You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I failed to get the refresh tokens using node get_oauth2_permissions.js and I checked that the default scope in the file was no longer available in [(https://developers.google.com/drive/v3/web/about-auth)].
I used the scope https://www.googleapis.com/auth/drive.readonly as my app only needed read-only access. But perhaps it could be changed to https://www.googleapis.com/auth/drive for full access (though it sounds a bit dangerous to me)
The text was updated successfully, but these errors were encountered:
I failed to get the refresh tokens using
node get_oauth2_permissions.js
and I checked that the default scope in the file was no longer available in [(https://developers.google.com/drive/v3/web/about-auth)].I used the scope
https://www.googleapis.com/auth/drive.readonly
as my app only needed read-only access. But perhaps it could be changed tohttps://www.googleapis.com/auth/drive
for full access (though it sounds a bit dangerous to me)The text was updated successfully, but these errors were encountered: