mirror of
https://github.com/rclone/rclone.git
synced 2025-02-16 18:41:54 +01:00
drive: moved rclone_folder_id to advanced section - fixes #3463
This commit is contained in:
parent
53f831f40a
commit
027746ef6e
@ -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 New Issue
Block a user