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.
Ok I did it….
Just so everyone can see… this.dService is a DocsService, that already has been authenticated.