[libgdata/wip/rishi/drive: 1/9] documents: Point the request uri at the Drive v2 API
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/wip/rishi/drive: 1/9] documents: Point the request uri at the Drive v2 API
- Date: Fri, 17 Apr 2015 08:56:50 +0000 (UTC)
commit 0d3a84031de07e3f82bea3f10767d32eb439194a
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Mar 30 20:03:20 2015 +0200
documents: Point the request uri at the Drive v2 API
https://bugzilla.gnome.org/show_bug.cgi?id=684920
gdata/services/documents/gdata-documents-service.c | 2 +-
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 d77d379..a43f51e 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");
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]