使用 OAuth 对 GData API 进行只读访问

发布于 2024-10-07 07:48:09 字数 363 浏览 4 评论 0原文

我使用 Google Documents List API 获取文档列表并导出其内容。我正在使用 OAuth(三足)进行身份验证。这非常简单,但有一个例外。我没有找到请求对文档进行只读访问的方法。我使用的是 https://docs 的范围 .google.com/feeds/ 获取 oauth 请求令牌时。

有没有办法请求对文档列表 API 的只读访问权限?谢谢。

I'm using the Google Documents List API to get a list of documents and export their contents. I'm authenticating with OAuth (3-legged). It's been very straightforward, with one exception. I'm not finding a way to request read-only access to documents. I'm using a scope of https://docs.google.com/feeds/ when fetching the oauth request token.

Is there a way to request read-only access to Doc List API? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

许仙没带伞 2024-10-14 07:48:10

您可以尝试

https://docs.google.com/feeds/#readonly

至少这是 Marketplace 应用程序的 2 足 OAuth 使用的架构

http://www.google.com/support/a/bin/answer.py?hl=zh-CN&answer=162106

我不知道它是否适用于您的情况。

You can try

https://docs.google.com/feeds/#readonly

At least thats the schema used for 2-legged OAuth for Marketplace applications

http://www.google.com/support/a/bin/answer.py?hl=en&answer=162106

I don't know if it will work in your case.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文