mirror of https://github.com/rclone/rclone
docs: Clarify OAuth scopes for readonly Google Drive access
This commit is contained in:
parent
3c40238f02
commit
886ac7af1d
|
|
@ -265,7 +265,7 @@ account key" button.
|
||||||
`https://www.googleapis.com/auth/drive`
|
`https://www.googleapis.com/auth/drive`
|
||||||
to grant read/write access to Google Drive specifically.
|
to grant read/write access to Google Drive specifically.
|
||||||
You can also use `https://www.googleapis.com/auth/drive.readonly` for read
|
You can also use `https://www.googleapis.com/auth/drive.readonly` for read
|
||||||
only access.
|
only access with `--drive-scope=drive.readonly`.
|
||||||
- Click "Authorise"
|
- Click "Authorise"
|
||||||
|
|
||||||
##### 3. Configure rclone, assuming a new install
|
##### 3. Configure rclone, assuming a new install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue