FetchBoxFileInfo 2025.10.9.21

Bundle

org.apache.nifi | nifi-box-nar

Description

Fetches metadata for files from Box and adds it to the FlowFile’s attributes.

Tags

box, fetch, metadata, storage

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Box Client ServiceController Service used to obtain a Box API connection.
File IDThe ID of the File to fetch metadata for

Relationships

NameDescription
failureA FlowFile will be routed here if fetching the file metadata fails.
not.foundFlowFiles for which the specified Box file was not found.
successA FlowFile will be routed here after successfully fetching the file metadata.

Writes attributes

NameDescription
box.idThe id of the file
filenameThe name of the file
pathThe folder path where the file is located
box.path.folder.idsA comma separated list of file path_collection IDs
box.sizeThe size of the file
box.timestampThe last modified time of the file
box.created.atThe creation date of the file
box.ownerThe name of the file owner
box.owner.idThe ID of the file owner
box.owner.loginThe login of the file owner
box.descriptionThe description of the file
box.etagThe etag of the file
box.sha1The SHA-1 hash of the file
box.content.created.atThe date the content was created
box.content.modified.atThe date the content was modified
box.item.statusThe status of the file (active, trashed, etc.)
box.sequence_idThe sequence ID of the file
box.parent.folder.idThe ID of the parent folder
box.trashed.atThe date the file was trashed, if applicable
box.purged.atThe date the file was purged, if applicable
box.shared.linkThe shared link of the file, if any
error.codeThe error code returned by Box
error.messageThe error message returned by Box

See also