Download a spreadsheet from Google Docs using Python
Can you produce a Python example of how to download a Google Docs spreadsheet given its key and worksheet ID ( gid )? I can't. I've scoured versions 1, 2 and 3 of the API. I'm having no luck, I can't figure out their compilcated ATOM-like feeds API, the gdata.docs.service.DocsService._DownloadFile private method says that I'm unauthorized, and I don't want to write an entire Google Login authentication system myself. I'm about to stab myself in the face due to frustration. I have a few spreadsheets and I want to access them like so: username = 'mygooglelogin@gmail.com' password = getpass