FetchDropbox 2.0.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
Relationships
Name Description
success A FlowFile will be routed here for each successfully fetched File.
failure A FlowFile will be routed here for each File for which fetch was attempted but failed.
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