dacastro4 / laravel-gmail

Laravel wrapper for the Gmail API
MIT License
289 stars 133 forks source link

fix: Config "Prompt" param #257

Open freewhite4 opened 1 year ago

freewhite4 commented 1 year ago

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

image