-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refresh_token missing #242
Comments
Ok btw i found why after google search :) https://stackoverflow.com/questions/10827920/not-receiving-google-oauth-refresh-token The refresh_token is only provided on the first authorization from the user. Subsequent authorizations, such as the kind you make while testing an OAuth2 integration, will not return the refresh_token again. :) Go to the page showing Apps with access to your account: https://myaccount.google.com/u/0/permissions. This will prompt the user to authorize the application again and will always return a refresh_token. |
@i-polaris you are a life saver!!! |
you are genius thanks |
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 some issues
my allow_multiple_credentials is false,
does anyone met this issue before ?
Best
The text was updated successfully, but these errors were encountered: