PutDropbox 2025.10.9.21

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

PropertyDescription
Chunked Upload SizeDefines 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 ThresholdThe 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 StrategyIndicates what should happen when a file with the same name already exists in the specified Dropbox folder.
Dropbox Credential ServiceController Service used to obtain Dropbox credentials (App Key, App Secret, Access Token, Refresh Token). See controller service’s Additional Details for more information.
FilenameThe full name of the file to upload.
FolderThe path of the Dropbox folder to upload files to. The folder will be created if it does not exist yet.
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests.

Relationships

NameDescription
failureFiles that could not be written to Dropbox for some reason are transferred to this relationship.
successFiles that have been successfully written to Dropbox are transferred to this relationship.

Writes attributes

NameDescription
error.messageThe error message returned by Dropbox
dropbox.idThe Dropbox identifier of the file
pathThe folder path where the file is located
filenameThe name of the file
dropbox.sizeThe size of the file
dropbox.timestampThe server modified time of the file
dropbox.revisionRevision of the file

See also