google-docs-api
Download a spreadsheet from Google Drive / Workspace using Python
Can you produce a Python example of how to download a Google Sheets spreadsheet given its key and worksheet ID (gid)? I can\'t.[详细]
2023-01-07 20:16 分类:问答OAuth authentication fails for google data APIs for hosted domains using gdata
I\'m creating a django app that creates a calendar and a google docs folder for the users, and uses the API to insert events and add documents. A few months ago, it worked nice enough; now I\'m doing[详细]
2023-01-05 19:31 分类:问答Using Google App Engine how to upload document in google docs (python)
I want to upload开发者_如何学编程 document, file to google docs using Google Apps Engine (python)[详细]
2023-01-04 08:14 分类:问答How to get previous versions of a spreadsheet with Google Docs API?
The \"previous version\" interface on Google Docs is very primitive. It wouldn\'t even allow you t开发者_开发百科o select two arbitrary versions for comparison (but correct me if I\'m wrong.)[详细]
2022-12-29 04:43 分类:问答How to download all your google docs from shell
I learned how to download single google doc. But I am trying to make a script that downloads all my data in text format and then merges them in 1 text file. So, I wonder how to implement downloading p[详细]
2022-12-28 23:05 分类:问答Is the google docs api incompatible with C# 4.0?
I\'ve added开发者_如何学Go references to all the required docs api dll\'s, but I still get missing reference exceptions when I try to compile.I changed the project\'s \"Target Framework\" from the VS2[详细]
2022-12-27 17:11 分类:问答Need to upload files to google docs from my application and store reference to the uploaded file
I\'m working on a basic google applications based system. Like I earlier defined I\'m building a simple ordering system and to each order placed I attach a file or document. I would like to be able to[详细]
2022-12-23 15:24 分类:问答How can developers edit a Google Doc programmatically? Is there a Docs API?
There doesn\'t seem to be (to my knowledge) an API to edit Google Docs (not spreadsheets, their HTML based documents). Has anyone done something like the? Maybe by downloading the HTML version, editin[详细]
2022-12-23 06:51 分类:问答