Skip to content

Commit 27eef2c

Browse files
Update index.md (#1794)
1 parent 164efb6 commit 27eef2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/controls/file-pickers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ The `{baseUrl}` value above is either the SharePoint web url of the target web,
7474
|name|descriptions|
7575
|---|---|
7676
|authority|https://login.microsoftonline.com/consumers|
77-
|Scope|OneDrive.ReadWrite or OneDrive.Read|
77+
|Scope|OneDrive.ReadWrite or OneDrive.ReadOnly|
7878
|baseUrl|https://onedrive.live.com/picker|
7979

80-
> When you request a token you will use the `OneDrive.Read` or `OneDrive.ReadWrite` when you request the token. When you request the permissions for your application you will select for `Files.Read` or `Files.ReadWrite` (or another Files.X scope).
80+
> When you request a token you will use the `OneDrive.ReadOnly` or `OneDrive.ReadWrite` when you request the token. When you request the permissions for your application you will select for `Files.Read` or `Files.ReadWrite` (or another Files.X scope).
8181
8282
```TypeScript
8383
// create a new window. The Picker's recommended maximum size is 1080x680, but it can scale down to

0 commit comments

Comments
 (0)