Google Documents List API - 检索文档列表时出现问题

发布于 2024-10-10 12:05:16 字数 275 浏览 2 评论 0原文

我想从 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 技术交流群。

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

发布评论

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

评论(1

阳光的暖冬 2024-10-17 12:05:16

确保在执行 ClientLogin 时使用“writely”服务请求令牌。另外,请确保您发送的是 ClientLogin 响应中 Auth= 之后提供的令牌。

Authorization: GoogleLogin auth=DQAAA...

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.

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