Access Google spreadsheet from Google Appengine with service account : working once per hour
- 阅读更多 关于 Access Google spreadsheet from Google Appengine with service account : working once per hour
问题 I have implemented the python code here below based on the documentation in order to access a spreadsheet accessible through a public link. It works once every hour. If I execute a few seconds after a success, I receive an error : Error opening spreadsheet no element found: line 1, column 0 Assumption: The access token has an expiry date of 1 hour. So the appengine would proceed to a token refresh after an hour, resetting the whole. Question: This code requests a new token for each request.