GNOME Bugzilla – Bug 607270
Support copying documents
Last modified: 2012-07-15 10:02:57 UTC
http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs
commit 2bfde8ba318c991ec909c3f7d788c244b615d7b8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 15 11:00:50 2012 +0100 Bug 607270 — Support copying documents Add support for copying uploaded Google Documents documents without having to re-upload them. New API: • gdata_documents_service_copy_document() • gdata_documents_service_copy_document_async() • gdata_documents_service_copy_document_finish() This includes a test case, but I haven’t been able to run it because Google’s servers are still acting up re. metadata-only uploads. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=607270 docs/reference/gdata-sections.txt | 3 + gdata/gdata.symbols | 3 + gdata/services/documents/gdata-documents-service.c | 157 ++++++++++++++++++++ gdata/services/documents/gdata-documents-service.h | 7 + gdata/tests/documents.c | 46 ++++++ 5 files changed, 216 insertions(+), 0 deletions(-)