oauth - gspread/OAuth2: authenticated default gmail account (used early in ClientLogin) -
i have been using gspread (authenticated via clientlogin) last year. use oauth2. i've followed tutorial gspread site: http://gspread.readthedocs.org/en/latest/oauth2.html
the problem method creates new "email address" (in console.developers.google) doesn't have access spreadsheets - spreadsheets should shared again. difficult if have 1000+ spreadsheets.
the question is: how authenticated oauth2 default gmail account (that i've been using access via clientlogin)?
thank you!
edit:
i've followed tutorial: http://www.indjango.com/access-google-sheets-in-python-using-gspread/
but modified code point 1.2: http://www.indjango.com/access-google-sheets-in-python-using-gspread/#comment-2026863410
result - spreadsheets available, not , have no idea why (same entries in access list)...
it seems code edit works. thus, working solution:
i've followed tutorial: http://www.indjango.com/access-google-sheets-in-python-using-gspread/
but modified code point 1.2: http://www.indjango.com/access-google-sheets-in-python-using-gspread/#comment-2026863410
the problem google sheets api returns 500 results (thus, if using gspread when have more spreadsheets not among results -> gspread raises spreadsheetnotfound).
Comments
Post a Comment