Hi,
I got a "403" error message from running "quickstarter.py" for google sheets API v4 as referred to https://developers.google.com/sheets/api/quickstart/python.
Any chance that I can test this as a beginner?
Thanks,
Hi,
I got a "403" error message from running "quickstarter.py" for google sheets API v4 as referred to https://developers.google.com/sheets/api/quickstart/python.
Any chance that I can test this as a beginner?
Thanks,
Do you know what URL it's trying to access when it generates the error? The only URLs I can see on that page are at www.googleapis.com, which is already on the whitelist and should work fine.
I faced the same problem. Did you cope with it?