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 use the same code example as suggested in #1 to request a new access token.
My initial token has access to the following scopes ['profile', 'https://www.googleapis.com/auth/drive']. However, when using the refreshed token, the Google Drive API returns me a File Not Found: . error, which, according to https://developers.google.com/drive/v3/web/handle-errors#404_file_not_found_fileid, seems to be due to the access token not having the right access.
I'm not sure how to create a code that would reproduce this. If you have any suggestion, I could try to put together a gist.
I use the same code example as suggested in #1 to request a new access token.
My initial token has access to the following scopes
['profile', 'https://www.googleapis.com/auth/drive']
. However, when using the refreshed token, the Google Drive API returns me aFile Not Found: .
error, which, according to https://developers.google.com/drive/v3/web/handle-errors#404_file_not_found_fileid, seems to be due to the access token not having the right access.I'm not sure how to create a code that would reproduce this. If you have any suggestion, I could try to put together a gist.
/cc @fiznool
The text was updated successfully, but these errors were encountered: