PutDropbox 2.0.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
Relationships
Name Description
success Files that have been successfully written to Dropbox are transferred to this relationship.
failure Files that could not be written to Dropbox for some reason are transferred to this relationship.
Reads Attributes
Name Description
filename Uses the FlowFile's filename as the filename for the Dropbox object.
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