laravel-gmail icon indicating copy to clipboard operation
laravel-gmail copied to clipboard

Laravel wrapper for the Gmail API

Results 88 laravel-gmail issues
Sort by recently updated
recently updated
newest added

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

I am using `setUserId` to set the token but somehow login is not working. **below are my code sample** `public function callback() { $userId = 'user'. rand(1, 100); LaravelGmail::setUserId($userId)->makeToken(); return...

Not supported for Laravel 10

![image](https://github.com/dacastro4/laravel-gmail/assets/138671186/55843bc1-0086-4fe0-9e77-c5f166fe7e04)

The problem is that the "refresh_token" did not work because of the broken parameter approval_prompt=force. And after the end of "access_token" an error occurred

Hello guys, I'm facing to one issue with the refesh token, btw i check my gmail-json.json and inside i have the access_token but i didn't have the refresh_token which create...

I've encountered a new issue right after authorizing Google. Firstly, I received the following error message: "Refresh token must be passed in or set as part of setaccesstoken (view: /var/www/html/domain/resources/views/layouts/header.blade.php)."...