After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 607270 - Support copying documents
Support copying documents
Status: RESOLVED FIXED
Product: libgdata
Classification: Platform
Component: Google Documents service
git master
Other All
: Normal enhancement
: Drive API
Assigned To: libgdata-maint
libgdata-maint
Depends on:
Blocks: 593537
 
 
Reported: 2010-01-18 00:08 UTC by Philip Withnall
Modified: 2012-07-15 10:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Comment 1 Philip Withnall 2012-07-15 10:02:57 UTC
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(-)