我可以使用 Google Documents List API 上传 html 文件吗?
我需要使用 Google Documents List API 将 html 文件上传到 google docs,但服务器总是响应“ServiceForbiddenException”错误。
标头为:
POST /feeds/default/private/full HTTP/1.1 主机:docs.google.com GData 版本:3.0 授权:OAuth 1/VbdXxNS9HXN1Q3pe8D... 内容类型:text/html;字符集=UTF-8 子集:test.html 内容长度:2109
....内容...
有什么想法吗?
I need to upload html files to google docs with Google Documents List API, but the server always response an error of "ServiceForbiddenException".
the header is:
POST /feeds/default/private/full HTTP/1.1
Host: docs.google.com
GData-Version: 3.0
Authorization: OAuth 1/VbdXxNS9HXN1Q3pe8D....
Content-Type: text/html; charset=UTF-8
Slug: test.html
Content-Length: 2109
....content.....
any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那不应该是 HTTPS URL 吗?您可以显示更多您正在使用的 URL 吗?
我发现 gdata 版本中包含的 java/samples/DocumentList.java 教程对于查找这些内容非常有帮助。
Shouldn't that be an HTTPS URL? Can you show more of the URL that you are using?
I found the
java/samples/DocumentList.java
tutorial included in the gdata release very helpful in hunting down these things.