Google Documents List API - 检索文档列表时出现问题
我想从 google docs api 获取我的文档列表。首先,我使用 ClientLogin 获取 authValue,然后向该网址发送请求 https://docs .google.com/feeds/documents/private/full 标头设置为“授权:GoogleLogin auth=authValue”,但我总是收到“需要授权”的响应。我应该怎么办?
I'd like to get a list of my documents from google docs api. First I get a authValue using ClientLogin, then I send a request to that url https://docs.google.com/feeds/documents/private/full with header set to "Authorization: GoogleLogin auth=authValue", but I always get a response "Authorization required". What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保在执行 ClientLogin 时使用“writely”服务请求令牌。另外,请确保您发送的是 ClientLogin 响应中 Auth= 之后提供的令牌。
Make sure you request the token with the "writely" service when performing ClientLogin. Also, make sure that you're sending the token provided after Auth= in the ClientLogin response.