FetchBoxFile 2025.10.9.21

Bundle

org.apache.nifi | nifi-box-nar

Description

Fetches files from a Box Folder. Designed to be used in tandem with ListBoxFile.

Tags

box, fetch, 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

Relationships

NameDescription
failureA FlowFile will be routed here for each File for which fetch was attempted but failed.
successA FlowFile will be routed here for each successfully fetched File.

Writes attributes

NameDescription
box.idThe id of the file
filenameThe name of the file
pathThe folder path where the file is located
box.sizeThe size of the file
box.timestampThe last modified time of the file
error.codeThe error code returned by Box
error.messageThe error message returned by Box

See also