I want to know how to upload a remote document to Google Docs, and to be able to view that document using Google Docs by using the Google Docs API.
I am creating a filemanger that uses Google Docs for storage, but I am having difficulty working out how to restore a开发者_运维问答 file that has been sent to the trash.I can send to trash by using t
I\'开发者_开发技巧d like to automatically create one of these pivot tables: https://drive.googleblog.com/2011/05/summarize-your-data-with-pivot-tables.html
I have 2 requirements: 1) I want to create a new sheet from existing sheet in current spreadsheet programmatically
I am unable to insert a header (or any regular data) into a newly created worksheet via Java API. The standard way to insert data is to provide a header and value e.g
We want to use Google Doc API to generate Document (In our own business account) when our end users do some actions on our site.
I wand to receive google docs info with paging using Java Client Library. My code: private static final String URL_STRING = \"https://docs.google.com/feeds/default/private/full/\";
Is there any way of removing or disabling the \'open in new window\' icon of google doc reader( when used in embedded mode inter开发者_运维百科face) through the embedded code(which we write for embedd
I\'m trying to get a collection/Folder by it name but am getting an error, this what i got: DocsService client = new DocsService(\"test testnet v1\");
Is there a JavaScript API or third party fra开发者_JAVA技巧mework for Google Docs that I can use in Node.js?