Open wowremywang opened 4 years ago
+1 on this, also impacted—looks like this may be addressed in commit 5af9a84baaa607139075fbf30225e5e357ac54a6
I'm having a similar issue but I'm using a service account. I have noticed that session.spreadsheet_by_key('<foobar>')
does return an object from google. It seems to be just when accessing the worksheets which uses the sheets api. I know the default scope doesn't have sheets in it but adding it as a scope didn't help.
Any solution you have got ? I am facing the same problem
I am experiencing this as well. I followed the instructions to create my credentials back in Feb when this issue first surfaced, and that solved it at the time. However I am now coming back to the project after a few months dormant and I am receiving the error. I validated my credentials in the Google developer console and they are correct. I am using the command line auth on behalf of myself.
Fix it this way:
{
"client_id": "*****.apps.googleusercontent.com",
"client_secret": "*****"
}
Just leave the two lines with your id and secret then you have to validate again if you have new credentials and it should work.
I am using
google_drive
gem.This is
config.json
.Code: Add row to google sheet.
It was working but recently I am getting this error.
Any idea?