From 519ed4aca7e985511ee8cdd56293c350549485dc Mon Sep 17 00:00:00 2001 From: Mihai Varga Date: Sun, 14 Dec 2014 12:17:04 +0100 Subject: Fixed OneDrive scope to enable content access Change-Id: I1956db7dc46e710c1fb44281afaeef6843303944 --- config_host/config_oauth2.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1