jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Did Google Change the Scopes? #106

Open chriolant opened 6 years ago

chriolant commented 6 years ago

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)