From 36f0231082ae282867292a45892047cb94610034 Mon Sep 17 00:00:00 2001 From: Greg Sadetsky Date: Tue, 10 Aug 2021 15:59:36 -0400 Subject: [PATCH] docs/drive: Fix lsf example without drive-impersonate (#5504) --- docs/content/drive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/drive.md b/docs/content/drive.md index cc661a379..4b5c970c8 100644 --- a/docs/content/drive.md +++ b/docs/content/drive.md @@ -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) ###