PutBoxFile 2.3.0

BUNDLE

org.apache.nifi | nifi-box-nar

DESCRIPTION

Puts content to a Box folder.

TAGS

box, put, storage

INPUT REQUIREMENT

REQUIRED

Supports Sensitive Dynamic Properties

false

PROPERTIES

Property

Description

box-client-service

Controller Service used to obtain a Box API connection.

box-folder-id

The ID of the folder where the file is uploaded. Please see Additional Details to obtain Folder ID.

chunked-upload-threshold

The maximum size of the content which is uploaded at once. FlowFiles larger than this threshold are uploaded in chunks. Chunked upload is allowed for files larger than 20 MB. It is recommended to use chunked upload for files exceeding 50 MB.

conflict-resolution-strategy

Indicates what should happen when a file with the same name already exists in the specified Box folder.

create-folder

Specifies whether to check if the subfolder exists and to automatically create it if it does not. Permission to list folders is required.

file-name

The name of the file to upload to the specified Box folder.

subfolder-name

The name (path) of the subfolder where files are uploaded. The subfolder name is relative to the folder specified by ‘Folder ID’. Example: subFolder, subFolder1/subfolder2

RELATIONSHIPS

NAME

DESCRIPTION

failure

Files that could not be written to Box for some reason are transferred to this relationship.

success

Files that have been successfully written to Box are transferred to this relationship.

WRITES ATTRIBUTES

NAME

DESCRIPTION

box.id

The id of the file

filename

The name of the file

path

The folder path where the file is located

box.size

The size of the file

box.timestamp

The last modified time of the file

error.code

The error code returned by Box

error.message

The error message returned by Box

SEE ALSO

Language: English