From b3964efe4dd6934ba3d8122e3627603f3dbe1b7b Mon Sep 17 00:00:00 2001 From: buengese Date: Fri, 4 Sep 2020 16:01:59 +0200 Subject: [PATCH] docs/dropbox: update docs with information regarding the new flags to access shared files and folders --- docs/content/dropbox.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/content/dropbox.md b/docs/content/dropbox.md index bb93640ab..c7448035e 100644 --- a/docs/content/dropbox.md +++ b/docs/content/dropbox.md @@ -202,6 +202,39 @@ Impersonate this user when using a business account. - Type: string - 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 This sets the encoding for the backend.