Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Google Authentication Error #90

Closed
JohnFodero opened this issue Apr 2, 2018 · 1 comment
Closed

Google Authentication Error #90

JohnFodero opened this issue Apr 2, 2018 · 1 comment

Comments

@JohnFodero
Copy link

Following the steps exactly did not allow me to write to the Google spreadsheet.
After some reading online I found that adding an additional url to the "scope" variable fixed this issue.

scope = ['https://spreadsheets.google.com/feeds', 'https://www.googleapis.com/auth/drive']

@geofbaum
Copy link

geofbaum commented Apr 5, 2018

@JohnFodero Which version of gspread are you using? This issue might be from the fact that gspread has had to change because of the Google API changes and this example from 2 years ago doesn't take into account all of those changes. If you think that it is the only issue, please submit a pull request if you want!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants