summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMihai Varga <mihai.mv13@gmail.com>2014-12-14 12:17:04 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-16 09:29:12 +0100
commit035f318f9aa7763f40c15e03139f51e720043a5c (patch)
tree65a8ffda737ec76cb2075c235fe5ac7b314b7def /config_host
parent28b0da99e18172047696ad0c4f162168c1438247 (diff)
Fixed OneDrive scope to enable content access
Change-Id: I1956db7dc46e710c1fb44281afaeef6843303944 (cherry picked from commit 3ec288f401a1aff83ef2fd1a5ecf19a7ee855528)
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_oauth2.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host/config_oauth2.h.in b/config_host/config_oauth2.h.in
index 72c19a8aa670..f3616ee38162 100644
--- a/config_host/config_oauth2.h.in
+++ b/config_host/config_oauth2.h.in
@@ -41,7 +41,7 @@
#define ONEDRIVE_AUTH_URL "https://login.live.com/oauth20_authorize.srf"
#define ONEDRIVE_TOKEN_URL "https://login.live.com/oauth20_token.srf"
#define ONEDRIVE_REDIRECT_URI "https://login.live.com/oauth20_desktop.srf"
-#define ONEDRIVE_SCOPE "wl.offline_access"
+#define ONEDRIVE_SCOPE "wl.skydrive_update wl.offline_access"
#endif