Version v1.57.0

This commit is contained in:
Nick Craig-Wood
2021-11-01 15:42:05 +00:00
parent e781bcbba1
commit 169990e270
96 changed files with 19756 additions and 11228 deletions

View File

@@ -265,13 +265,14 @@ in the browser, then you use `11xxxxxxxxx8` as
the `root_folder_id` in the config.
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/box/box.go then run make backenddocs" >}}
### Standard Options
### Standard options
Here are the standard options specific to box (Box).
#### --box-client-id
OAuth Client Id
OAuth Client Id.
Leave blank normally.
- Config: client_id
@@ -281,7 +282,8 @@ Leave blank normally.
#### --box-client-secret
OAuth Client Secret
OAuth Client Secret.
Leave blank normally.
- Config: client_secret
@@ -292,11 +294,11 @@ Leave blank normally.
#### --box-box-config-file
Box App config.json location
Leave blank normally.
Leading `~` will be expanded in the file name as will environment variables such as `${RCLONE_CONFIG_DIR}`.
- Config: box_config_file
- Env Var: RCLONE_BOX_BOX_CONFIG_FILE
- Type: string
@@ -305,6 +307,7 @@ Leading `~` will be expanded in the file name as will environment variables such
#### --box-access-token
Box App Primary Access Token
Leave blank normally.
- Config: access_token
@@ -322,11 +325,11 @@ Leave blank normally.
- Default: "user"
- Examples:
- "user"
- Rclone should act on behalf of a user
- Rclone should act on behalf of a user.
- "enterprise"
- Rclone should act on behalf of a service account
- Rclone should act on behalf of a service account.
### Advanced Options
### Advanced options
Here are the advanced options specific to box (Box).
@@ -342,6 +345,7 @@ OAuth Access Token as a JSON blob.
#### --box-auth-url
Auth server URL.
Leave blank to use the provider defaults.
- Config: auth_url
@@ -352,6 +356,7 @@ Leave blank to use the provider defaults.
#### --box-token-url
Token server url.
Leave blank to use the provider defaults.
- Config: token_url
@@ -386,11 +391,29 @@ Max number of times to try committing a multipart file.
- Type: int
- Default: 100
#### --box-list-chunk
Size of listing chunk 1-1000.
- Config: list_chunk
- Env Var: RCLONE_BOX_LIST_CHUNK
- Type: int
- Default: 1000
#### --box-owned-by
Only show items owned by the login (email address) passed in.
- Config: owned_by
- Env Var: RCLONE_BOX_OWNED_BY
- Type: string
- Default: ""
#### --box-encoding
This sets the encoding for the backend.
See: the [encoding section in the overview](/overview/#encoding) for more info.
See the [encoding section in the overview](/overview/#encoding) for more info.
- Config: encoding
- Env Var: RCLONE_BOX_ENCODING