使用 Java GWT 复制 Google Docs 文档
根据 Google 文档列表数据 API,有一个复制文档的选项: http://code.google.com/apis/documents/docs /3.0/developers_guide_protocol.html#CopyingDocs
但是当我查看 API 的 GWT Java 文档时,这个菜单点丢失了。 http://code.google.com/apis/documents/docs/3.0 /developers_guide_java.html
你知道Java GWT API中是否有复制GDocs文档的方法吗?哪个可能没有记录?
查看 python API 我找到了 python 方法: http://code.google.com/apis/documents/docs /3.0/developers_guide_python.html#CopyingDocs
According to the Google Documents List Data API there is an option to copy documents:
http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs
But when I look in the GWT Java docu of the API, this menu point is missing.
http://code.google.com/apis/documents/docs/3.0/developers_guide_java.html
Do you know, if there is a method to copy GDocs documents in the Java GWT API? Which maybe is just not documented?
Looking in the python API I find the python method:
http://code.google.com/apis/documents/docs/3.0/developers_guide_python.html#CopyingDocs
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在设法编写自己的复制请求:
将
t7Z3GLNuO641hOO737UH60Q
替换为您想要复制的文档密钥I now managed to write my own copy request:
Replace
t7Z3GLNuO641hOO737UH60Q
by the documents key, you like to copy