FetchDropbox 2025.10.9.21

Bundle

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

Description

Fetches files from Dropbox. Designed to be used in tandem with ListDropbox.

Tags

dropbox, fetch, storage

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
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.
FileThe Dropbox identifier or path of the Dropbox file to fetch. The ‘File’should match the following regular expression pattern: /.|id:. . When ListDropbox is used for input, either ‘${dropbox.id}’ (identifying files by Dropbox id) or ‘${path}/${filename}’ (identifying files by path) can be used as ‘File’ value.
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests.

Relationships

NameDescription
failureA FlowFile will be routed here for each File for which fetch was attempted but failed.
successA FlowFile will be routed here for each successfully fetched File.

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