PutDropbox 2.3.0¶

BUNDLE¶

org.apache.nifi | nifi-dropbox-processors-nar

DESCRIPTION¶

Puts content to a Dropbox folder.

TAGS¶

dropbox, put, storage

INPUT REQUIREMENT¶

REQUIRED

Supports Sensitive Dynamic Properties¶

false

PROPERTIES¶

Property

Description

chunked-upload-size

Defines the size of a chunk. Used when a FlowFile’s size exceeds ‘Chunked Upload Threshold’ and content is uploaded in smaller chunks. It is recommended to specify chunked upload size smaller than ‘Chunked Upload Threshold’ and as multiples of 4 MB. Maximum allowed value is 150 MB.

chunked-upload-threshold

The maximum size of the content which is uploaded at once. FlowFiles larger than this threshold are uploaded in chunks. Maximum allowed value is 150 MB.

conflict-resolution-strategy

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

dropbox-credential-service

Controller Service used to obtain Dropbox credentials (App Key, App Secret, Access Token, Refresh Token). See controller service’s Additional Details for more information.

file-name

The full name of the file to upload.

folder

The path of the Dropbox folder to upload files to. The folder will be created if it does not exist yet.

proxy-configuration-service

Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP + AuthN

RELATIONSHIPS¶

NAME

DESCRIPTION

failure

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

success

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

WRITES ATTRIBUTES¶

NAME

DESCRIPTION

error.message

The error message returned by Dropbox

dropbox.id

The Dropbox identifier of the file

path

The folder path where the file is located

filename

The name of the file

dropbox.size

The size of the file

dropbox.timestamp

The server modified time of the file

dropbox.revision

Revision of the file

SEE ALSO¶