forked from TrueCloudLab/rclone
drive: update docs to show use of sharing with a user instead of impersonate
This commit is contained in:
parent
b2ae94de5b
commit
47d093e863
1 changed files with 6 additions and 0 deletions
|
@ -273,6 +273,12 @@ the magic, pretending to be user foo.
|
|||
- `gdrive:backup` - use the remote called gdrive, work in
|
||||
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`
|
||||
|
||||
|
||||
### Team drives ###
|
||||
|
||||
If you want to configure the remote to point to a Google Team Drive
|
||||
|
|
Loading…
Reference in a new issue