Kaydet (Commit) 3ec288f4 authored tarafından Mihai Varga's avatar Mihai Varga Kaydeden (comit) Miklos Vajna

Fixed OneDrive scope to enable content access

Change-Id: I1956db7dc46e710c1fb44281afaeef6843303944
üst fdb58084
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment