Update google spreadsheet using python client API on GAE app
问题 I've got a google spreadsheet owned by a GAE service account and I want my GAE Python app to update a cell in one of the rows. Based on some reading, these are my findings: the spreadsheets service is old-school. It's a Google Data API and most Google services are now on the Google API platform. For Google API services, one can use a service account to do two-legged oauth2 access, but not for Google Data API services. Oh, it seems one can do two-legged oauth on Google Data API services, but