Reputation: 824
Hello I am new in google docs API, I want to get list of all documnets not spreadsheet using google doc API, I have got API but that gives document when you specify documentId, can anyone have idea is there way to get list of all documents created by user.
window.gapi.client.docs.documents.get({documentId:'123'})
aboe is sample code to get specific document I want list of all document. thanks in advance.
Upvotes: 1
Views: 262