google-docs-api
Google Docs Spreadsheet: get an individual row
I\'m using the Java APIs to update a Google Spreadsheet from a CSV file. I\'ve created a method for deleting a row:[详细]
2023-02-25 01:34 分类:问答Changing Document Visibility in Google Document List API
does someone knows how can I change a doc visibility using Google Document List 开发者_开发知识库API?[详细]
2023-02-16 16:07 分类:问答Retrieving a GoogleDoc via API and generate a PDF replacing with own text
I\'m wondering if it\'s possible to re开发者_JAVA技巧trieve a simple GoogleDoc (via gdata python client) and render a PDF replacing some custom #[PLACE_HOLDERS] with my own information.Found what I\'v[详细]
2023-02-11 02:20 分类:问答Utilizing Google Documents with Javascript
Is there any way to: (After client has been logged in using their google account) Listing their Google Documents[详细]
2023-02-10 11:45 分类:问答Google docs viewer url parameters
Is there any sort of documentation on exactly what parameters you can put in the url of Google viewer?[详细]
2023-02-09 12:16 分类:问答Google Docs Embed on PHP Site
I\'ve been reading through Google Docs API and having some trouble. I want to do the following: Embed a Google Doc in my web application[详细]
2023-02-08 12:48 分类:问答Copying Google Docs documents with Java GWT
According to the Google Documents List Data API there is an option to copy documents: http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs[详细]
2023-02-05 19:30 分类:问答Determine if Google account is premium
My application uses Google Docs (thr开发者_如何学JAVAough OAuth) to open and save files. Now when uploading Microsoft Office documents to Google Docs they are converted to native Google Docs, which wo[详细]
2023-02-01 05:10 分类:问答Google docs POST request
I\'m developing a web aplication which interacts with google docs through api. As Zend_Gdata doesn\'t have methods to change the sharing permitions of documents I need to use the POST method as the fo[详细]
2023-01-29 18:49 分类:问答How do I create the first line in a new Google Spreadsheet using the API?
This is how I create the spreadsheet: DocsService client= new DocsService (\"idea\"); client.useSsl ();[详细]
2023-01-28 14:24 分类:问答