Relative Content

Tag Archive for pythongoogle-sheetsgoogle-cloud-platform

403 insufficient insufficient authentication scopes when sending df to GSgeets

I have a script that collects data from an API and sends it to Google Sheets. However, every time I run it I get the 403 insufficient auth scopes error. My service account has Editor and Viewer roles, I even added Owner permissions for testing purposes but the code still fails with the same error. I have service account json in the same folder as my script thus i assumed the path is pretty straightforward. What could be wrong?