PutBoxFile 2.0.0

Bundle
org.apache.nifi | nifi-box-nar
Description
Puts content to a Box folder.
Tags
box, put, storage
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
  • Additional Details for PutBoxFile 2.0.0

    PutBoxFile

    Upload files to Box from NiFi

    1. Find Folder ID
      • Navigate to the folder in Box and enter it. The URL in your browser will include the ID at the end of the URL. For example, if the URL were https://app.box.com/folder/191632099757, the Folder ID would be 191632099757
    2. Set Folder ID in ‘Folder ID’ property
Properties
Relationships
Name Description
success Files that have been successfully written to Box are transferred to this relationship.
failure Files that could not be written to Box for some reason are transferred to this relationship.
Reads Attributes
Name Description
filename Uses the FlowFile's filename as the filename for the Box object.
Writes Attributes
Name Description
box.id The id of the file
filename The name of the file
path The folder path where the file is located
box.size The size of the file
box.timestamp The last modified time of the file
error.code The error code returned by Box
error.message The error message returned by Box
See Also