开发者

Read-only access to GData API with OAuth

开发者 https://www.devze.com 2023-01-30 09:08 出处:网络
I\'m using the Google Documents List API to get a list of documents and export their contents.I\'m authenticating wi开发者_如何学运维th OAuth (3-legged). It\'s been very straightforward, with one exce

I'm using the Google Documents List API to get a list of documents and export their contents. I'm authenticating wi开发者_如何学运维th 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消