0
votes

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?

2
seems get the same issue with me, please have a look [this][1]. [1]: stackoverflow.com/questions/10380266/… - user1335794

2 Answers

1
votes

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.

0
votes

Google Docs List API only is able to retrieve documents that are in Google format. If you want to retrieve a jpeg image, probably you need try Google Drive API.