I am trying to access Google spreadsheets using the gdata-python-2.0.17 library. Each tutorial uses programticLogin (uname, pwd), but I think this is not a good practice. I am trying to overcome this using OAuth 2.0 authentication (oauth2client.client). I got access to my Google account with user consent.
I'm not sure if the standard gdata.spreadsheet.service.SpreadsheetsService () script can be used in this script. According to this , it is not possible to combine the OAuth 2.0 and gdata-python library. He appreciates it if someone knows how to deal with these APIs or use later versions of the Google APIs that can be used.
thanks
source share