I am trying to get a simple Python Google Drive uploader working. I\'ve created a project in the developer console, enabled the Drive API and added an OAuth 2.0 client ID (a
Files: insert requires authorization with at least one of the following scopes
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.apps.readonly
Check which scope you are authenticating with.