forked from TrueCloudLab/rclone
docs/dropbox: update docs with information regarding the new flags to access shared files and folders
This commit is contained in:
parent
575f061629
commit
b3964efe4d
1 changed files with 33 additions and 0 deletions
|
@ -202,6 +202,39 @@ Impersonate this user when using a business account.
|
||||||
- Type: string
|
- Type: string
|
||||||
- Default: ""
|
- Default: ""
|
||||||
|
|
||||||
|
#### --dropbox-shared-files
|
||||||
|
|
||||||
|
Instructs rclone to work on individual shared files.
|
||||||
|
|
||||||
|
In this mode rclone's features are extremely limited - only list (ls, lsl, etc.)
|
||||||
|
operations and read operations (e.g. downloading) are supported in this mode.
|
||||||
|
All other operations will be disabled.
|
||||||
|
|
||||||
|
- Config: shared_files
|
||||||
|
- Env Var: RCLONE_DROPBOX_SHARED_FILES
|
||||||
|
- Type: bool
|
||||||
|
- Default: false
|
||||||
|
|
||||||
|
#### --dropbox-shared-folders
|
||||||
|
|
||||||
|
Instructs rclone to work on shared folders.
|
||||||
|
|
||||||
|
When this flag is used with no path only the List operation is supported and
|
||||||
|
all available shared folders will be listed. If you specify a path the first part
|
||||||
|
will be interpreted as the name of shared folder. Rclone will then try to mount this
|
||||||
|
shared to the root namespace. On success shared folder rclone proceeds normally.
|
||||||
|
The shared folder is now pretty much a normal folder and all normal operations
|
||||||
|
are supported.
|
||||||
|
|
||||||
|
Note that we don't unmount the shared folder afterwards so the
|
||||||
|
--dropbox-shared-folders can be omitted after the first use of a particular
|
||||||
|
shared folder.
|
||||||
|
|
||||||
|
- Config: shared_folders
|
||||||
|
- Env Var: RCLONE_DROPBOX_SHARED_FOLDERS
|
||||||
|
- Type: bool
|
||||||
|
- Default: false
|
||||||
|
|
||||||
#### --dropbox-encoding
|
#### --dropbox-encoding
|
||||||
|
|
||||||
This sets the encoding for the backend.
|
This sets the encoding for the backend.
|
||||||
|
|
Loading…
Add table
Reference in a new issue