[
https://issues.apache.org/jira/browse/NIFI-14329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932933#comment-17932933
]
ASF subversion and git services commented on NIFI-14329:
--------------------------------------------------------
Commit 90c447d7752844eae4e50d9cec23563a3b29b246 in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=90c447d775 ]
NIFI-14329: Creating processor to fetch Box File Metadata - missing commit
> 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
> Fix For: 2.3.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)