-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
No refresh_token in response of getToken #750
Comments
@mathieug I've been working on a similar part of our code today. It looks like you only get a refresh_token in the response on the first authorisation. Assuming you're using one of your own google accounts to test this, go to - https://myaccount.google.com/permissions and revoke the permissions your app has to your personal google account. Then try to run the auth again from your project, you should see a refresh_token in the response if that was the issue! EDIT: Here's a stack overflow question on the same topic - https://stackoverflow.com/questions/10827920/not-receiving-google-oauth-refresh-token#comment56214632_10857806 |
Exactly, it's what I figured out few days ago. Thank you @katpas. |
To be more precise, you only get a
More details about this option can be found in the auth library. |
It needs to be noted |
I don't receive
refresh_token
in the response of getToken().Here is how I generate the auth url:
Thanks!
The text was updated successfully, but these errors were encountered: