Is it possible to get all the documents from google docs using google-docs API?
On the API reference page, I am not able to find API for get all the list of documents
the below api used for get single document using documentId.
GET https://docs.googleapis.com/v1/documents/{documentId}
Reference: https://developers.google.com/docs/api/reference/rest/v1/documents/get
If I forget the document Id, how can get the document? this information not available on the reference api page.