Search code examples
jpeggoogle-docs-apigoogle-drive-api

Fetch images using Google Docs List API


I'm using Google Docs List API for fetching documents such as .doc, .txt and even spreadsheets. Now I want to fetch any kind of uploaded file too, like .jpeg images. I've tried the same methods used for docs with no success.

Anyone had experience with this issue?


Solution

  • GDocs List API works well with any type of file getting a list of the them from a collection. Just use the API for feeds without specifying the type of files you are fetching. This was my mistake.