使用 Java 客户端向使用 gdata 的 Google 文档列表 API 发出发布请求。
我想复制此处提到的文档:
http:// code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs
我正在使用最新的 Java Gdata 库,它没有一个很好的包装方法来做到这一点,而且我是一个新手到 java gdata 库。
我已经获得了经过身份验证的 DocsService(如果有用的话)。
奖励点如果将其包装到一个采用两个字符串的方法中,一个是源名称,另一个是副本名称。
I want to copy a document as mentioned here:
http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs
I am using the latest Java Gdata Library, which doesn't have a nice wrapper method to do it, and I am a newb to the java gdata lib.
I have already got an authenticated DocsService, if that is useful.
Bonus points if you wrap it un into a method which takes two Strings, one being the source name and the other being the copy name.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我做到了...
只是为了让每个人都可以看到... this.dService 是一个 DocsService,已经过身份验证。
Ok I did it....
Just so everyone can see... this.dService is a DocsService, that already has been authenticated.