docs/drive: Fix lsf example without drive-impersonate (#5504)

This commit is contained in:
Greg Sadetsky 2021-08-10 15:59:36 -04:00 committed by GitHub
parent 168cb65c61
commit 36f0231082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ the folder named backup.
Note: in case you configured a specific root folder on gdrive and rclone is unable to access the contents of that folder when using `--drive-impersonate`, do this instead:
- in the gdrive web interface, share your root folder with the user/email of the new Service Account you created/selected at step #1
- use rclone without specifying the `--drive-impersonate` option, like this:
`rclone -v foo@example.com lsf gdrive:backup`
`rclone -v lsf gdrive:backup`
### Shared drives (team drives) ###