使用 OAuth 对 GData API 进行只读访问
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试
至少这是 Marketplace 应用程序的 2 足 OAuth 使用的架构
http://www.google.com/support/a/bin/answer.py?hl=zh-CN&answer=162106
我不知道它是否适用于您的情况。
You can try
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.