Skip to content

Commit bd5c9d2

Browse files
authored
docs: fix ReadOnly scope name
1 parent 30a00dc commit bd5c9d2

File tree

1 file changed

+2
-2
lines changed
  • samples/file-picking/javascript-basic-consumer

1 file changed

+2
-2
lines changed

samples/file-picking/javascript-basic-consumer/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ A single page example showing full interaction with the picker through plain Jav
77
|name|descriptions|
88
|---|---|
99
|authority|https://login.microsoftonline.com/consumers|
10-
|Scope|OneDrive.ReadWrite or OneDrive.Read|
10+
|Scope|OneDrive.ReadWrite or OneDrive.ReadOnly|
1111
|baseUrl|https://onedrive.live.com/picker|
1212

13-
> 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).
13+
> 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).
1414
1515

1616
## Getting Started

0 commit comments

Comments
 (0)