[
https://issues.apache.org/jira/browse/NIFI-14329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932925#comment-17932925
]
ASF subversion and git services commented on NIFI-14329:
--------------------------------------------------------
Commit 1e0b195c0c4d4d6fefe270549018e2ac1eb1c380 in nifi's branch
refs/heads/main from Noah Cover
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1e0b195c0c ]
NIFI-14329: Creating processor to fetch Box File Metadata
Signed-off-by: Pierre Villard <[email protected]>
This closes #9772.
> 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
> 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)