Reputation: 802
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
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
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