FetchDropbox 2.3.0¶

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¶

Property

Description

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

The 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-service

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

RELATIONSHIPS¶

NAME

DESCRIPTION

failure

A FlowFile will be routed here for each File for which fetch was attempted but failed.

success

A FlowFile will be routed here for each successfully fetched File.

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¶