简体   繁体   中英

How to retrieve a list of public Google Docs from one user

Is there a way to retrieve a JSON or XML resource from Google Docs using an HTTP GET? I want to list public-only docs belonging to me on a web page, so the user viewing the web page should not need authentication or even to have a Google account.

I can do this easily in the Blogger API.

https://www.googleapis.com/blogger/v3/blogs/blogId/posts

Don't really care the method (writing in PHP) for retrieving the data, but I want it to happen server side and it should not require authentication by the user.

Have I missed something?

You can use the Google Documents List API . I believe it only requires auth for non-public data retrieval.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM