FetchBoxFile 2.3.0¶

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¶

Property

Description

box-client-service

Controller Service used to obtain a Box API connection.

box-file-id

The ID of the File to fetch

RELATIONSHIPS¶

NAME

DESCRIPTION

failure

A FlowFile will be routed here for each File for which fetch was attempted but failed.

success

A FlowFile will be routed here for each successfully fetched File.

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¶