From 027746ef6e6fbaf5bee33bdd6481dc9c3e8ffa45 Mon Sep 17 00:00:00 2001 From: Abhiraj Date: Fri, 24 Jun 2022 01:38:09 +0530 Subject: [PATCH] drive: moved rclone_folder_id to advanced section - fixes #3463 --- backend/drive/drive.go | 1 + docs/content/drive.md | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/drive/drive.go b/backend/drive/drive.go index b352b9004..9eac37a0e 100644 --- a/backend/drive/drive.go +++ b/backend/drive/drive.go @@ -277,6 +277,7 @@ Leave blank normally. Fill in to access "Computers" folders (see docs), or for rclone to use a non root folder as its starting point. `, + Advanced: true, }, { Name: "service_account_file", Help: "Service Account Credentials JSON file path.\n\nLeave blank normally.\nNeeded only if you want use SA instead of interactive login." + env.ShellExpandHelp, diff --git a/docs/content/drive.md b/docs/content/drive.md index da1711409..08d1bb833 100644 --- a/docs/content/drive.md +++ b/docs/content/drive.md @@ -58,8 +58,6 @@ Choose a number from below, or type in your own value 5 | does not allow any access to read or download file content. \ "drive.metadata.readonly" scope> 1 -ID of the root folder - leave blank normally. Fill in to access "Computers" folders. (see docs). -root_folder_id> Service Account Credentials JSON file path - needed only if you want use SA instead of interactive login. service_account_file> Remote config @@ -161,7 +159,7 @@ directories. ### Root folder ID -You can set the `root_folder_id` for rclone. This is the directory +This option has been moved to the advanced section. You can set the `root_folder_id` for rclone. This is the directory (identified by its `Folder ID`) that rclone considers to be the root of your drive.