Skip to content

Commit 1343c9c

Browse files
committed
fix README
1 parent 80b87c9 commit 1343c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.kor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ gradle build
9393
import com.bhyoo.onedrive.client.Client;
9494

9595
String clientId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
96-
String[] scope = {"onedrive.readwrite", "offline_access", "onedrive.appfolder"};
96+
String[] scope = {"files.readwrite.all", "offline_access"};
9797
String redirectURL = "http://localhost:8080/";
9898
String clientSecret = "xxxxxxxxxxxxxxxxxxxxxxx";
9999

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can see little bit more complicated examples in [TestCode.java](https://gith
9292
import com.bhyoo.onedrive.client.Client;
9393

9494
String clientId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
95-
String[] scope = {"onedrive.readwrite", "offline_access", "onedrive.appfolder"};
95+
String[] scope = {"files.readwrite.all", "offline_access"};
9696
String redirectURL = "http://localhost:8080/";
9797
String clientSecret = "xxxxxxxxxxxxxxxxxxxxxxx";
9898

0 commit comments

Comments
 (0)