-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help, raise SpreadsheetNotFound gspread #416
Comments
Have you tried an absolute path to your credentials file |
Have same issues... |
Same issue here, |
This looks like that there's a problem with sharing the spreadsheet with a client_email. I'd suggest starting from scratch with steps in http://gspread.readthedocs.io/en/latest/oauth2.html |
A Very Important Note from here : [https://docs.gspread.org/en/latest/oauth2.html#enable-api-access]
This means that you need to share the spreadsheet (by opening the spreadsheet and then clicking on the share button and then just paste the email id) with the "client_email" mail id which is provided in the JSON file that you got from google developer console eg:
if this is your JSON file then you need to copy the client_email that is |
Hi,
I have done everything I can think of and have looked at issues #256, #224, and #226 but even still I get raise Spreadsheetnotfound error. I have shared the google sheet with the client email. Can someone please provide assistance/insights on this dilemma.
The text was updated successfully, but these errors were encountered: