[ 
https://issues.apache.org/jira/browse/NIFI-14329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noah Cover updated NIFI-14329:
------------------------------
    Description: 
h2. GetBoxFileInformation

A processor responsible for [retrieving 
information|https://developer.box.com/reference/get-files-id/] for a Box File.
h3. Input

Required.

Reads _box.id_ attribute.
h3. Output
|*Relationship Name*|*Description*|
|success|A FlowFile will be routed here for each successfully retrieved File 
information.|
|failure|A FlowFile will be routed here for each File for which the retrieval 
was attempted but failed.|
|file not found|A FlowFile will be routed here for each File which doesn’t 
exist.|

 

In case of success, File metadata is written into FlowFile attributes.

The information comprises a File id, creation and modification timestamps, 
short and full filenames, web url, and so on.
h3. Parameters

 
|*Name*|*Description*|*Example Value*|
|Box Client Service|Controller Service used to obtain a Box API 
connection.|[BoxClientService instance]|
|File ID|The ID of the File to retrieve metadata for. 
_Supports expression language._|${box.id}
12345|

> Create Processor to Fetch Box File Metadata
> -------------------------------------------
>
>                 Key: NIFI-14329
>                 URL: https://issues.apache.org/jira/browse/NIFI-14329
>             Project: Apache NiFi
>          Issue Type: New Feature
>            Reporter: Noah Cover
>            Assignee: Noah Cover
>            Priority: Major
>
> h2. GetBoxFileInformation
> A processor responsible for [retrieving 
> information|https://developer.box.com/reference/get-files-id/] for a Box File.
> h3. Input
> Required.
> Reads _box.id_ attribute.
> h3. Output
> |*Relationship Name*|*Description*|
> |success|A FlowFile will be routed here for each successfully retrieved File 
> information.|
> |failure|A FlowFile will be routed here for each File for which the retrieval 
> was attempted but failed.|
> |file not found|A FlowFile will be routed here for each File which doesn’t 
> exist.|
>  
> In case of success, File metadata is written into FlowFile attributes.
> The information comprises a File id, creation and modification timestamps, 
> short and full filenames, web url, and so on.
> h3. Parameters
>  
> |*Name*|*Description*|*Example Value*|
> |Box Client Service|Controller Service used to obtain a Box API 
> connection.|[BoxClientService instance]|
> |File ID|The ID of the File to retrieve metadata for. 
> _Supports expression language._|${box.id}
> 12345|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to