Python - problems accessing a Google spreadsheet using an OAuth 2.0 service client
问题 I own a Google spreadsheet which I am trying to access via a little OAuth 2.0 Python service client I am writing, using gspread and oauth2client . I've created an OAuth 2.0 service account on Google Developers Console and have shared the spreadsheet with that email, giving the client/application access to it, and have put the JSON key file containing the credentials inside a little test script. Although I am able to construct the OAuth 2.0 credentials object and even get a spreadsheet client,