I\'m using the Java APIs to update a Google Spreadsheet from a CSV file. I\'ve created a method for deleting a row:
does someone knows how can I change a doc visibility using Google Document List 开发者_开发知识库API?
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
Is there any way to: (After client has been logged in using their google account) Listing their Google Documents
Is there any sort of documentation on exactly what parameters you can put in the url of Google viewer?
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
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
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
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
This is how I create the spreadsheet: DocsService client= new DocsService (\"idea\"); client.useSsl ();