File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ gradle build
9393import com.bhyoo.onedrive.client.Client ;
9494
9595String clientId = " xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ;
96- String [] scope = {" onedrive .readwrite" , " offline_access" , " onedrive.appfolder " };
96+ String [] scope = {" files .readwrite.all " , " offline_access" };
9797String redirectURL = " http://localhost:8080/" ;
9898String clientSecret = " xxxxxxxxxxxxxxxxxxxxxxx" ;
9999
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ You can see little bit more complicated examples in [TestCode.java](https://gith
9292import com.bhyoo.onedrive.client.Client ;
9393
9494String clientId = " xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ;
95- String [] scope = {" onedrive .readwrite" , " offline_access" , " onedrive.appfolder " };
95+ String [] scope = {" files .readwrite.all " , " offline_access" };
9696String redirectURL = " http://localhost:8080/" ;
9797String clientSecret = " xxxxxxxxxxxxxxxxxxxxxxx" ;
9898
You can’t perform that action at this time.
0 commit comments