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 Nick Craig-Wood
parent a506373ca1
commit 693f674f39

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) ###