Jason Pawlak
Jason Pawlak

Reputation: 802

Google Docs API without Authentication

Is it possible to query publicly shared user documents in Google Docs without authentication?

The specific end goal I am looking for is to be able to supply a user id, and then list all publicly shared docs with a particular tagged in a collection.

Thanks.

Upvotes: 6

Views: 2622

Answers (2)

sparkyspider
sparkyspider

Reputation: 13529

I don't think this answer is 100% correct. If the document is shared globally (publicly accessible), then it should be possible according to these Stack Overflow posts:

Accessing Google Spreadsheet with Zend without Authentication

or

Read content of public shared file in Google Drive

Upvotes: 0

Ali Afshar
Ali Afshar

Reputation: 41667

This is not possible with the Google Docs API, you will need to be authorized to be able to list these publicly shared files.

Upvotes: 4

Related Questions