summaryrefslogtreecommitdiff
path: root/gdata/services
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2015-03-30 20:03:20 +0200
committerDebarshi Ray <debarshir@gnome.org>2015-04-22 16:54:53 +0200
commitac384ef8538871ee7e52fbfcb4e989c0a04a8aae (patch)
tree47cf940b5bf3c67bca35f1146dec356f877310d2 /gdata/services
parent9c996d5789107fdfc56a3cfff8264a978ac95123 (diff)
downloadlibgdata-ac384ef8538871ee7e52fbfcb4e989c0a04a8aae.tar.gz
documents: Point the request uri at the Drive v2 API
https://bugzilla.gnome.org/show_bug.cgi?id=684920
Diffstat (limited to 'gdata/services')
-rw-r--r--gdata/services/documents/gdata-documents-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/services/documents/gdata-documents-service.c b/gdata/services/documents/gdata-documents-service.c
index d77d3793..a43f51e2 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -478,7 +478,7 @@ _query_documents_build_request_uri (GDataDocumentsQuery *query)
{
/* If we want to query for documents contained in a folder, the URI is different.
* The "/[folder:id]" suffix is added by the GDataQuery later. */
- return g_strconcat (_gdata_service_get_scheme (), "://docs.google.com/feeds/default/private/full", NULL);
+ return g_strdup ("https://www.googleapis.com/drive/v2/files");
}
/**