forked from TrueCloudLab/rclone
drive: moved rclone_folder_id to advanced section - fixes #3463
This commit is contained in:
parent
53f831f40a
commit
027746ef6e
2 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue