Google Docs API without Authentication

google-docs-api

Solution

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

Problem

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.

Original source

Related problems