inigomedina
inigomedina

Reputation: 1831

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?

Upvotes: 0

Views: 542

Answers (2)

inigomedina
inigomedina

Reputation: 1831

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.

Upvotes: 1

user1335794
user1335794

Reputation: 1092

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.

Upvotes: 0

Related Questions