GetBoxFileCollaborators 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-box-nar
DESCRIPTION¶
Retrieves all collaborators on a Box file and adds the collaboration information to the FlowFile’s attributes.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
File ID |
The ID of the Box file to retrieve collaborators for |
box-client-service |
Controller Service used to obtain a Box API connection. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
FlowFiles that encounter errors during processing will be routed to this relationship |
not.found |
FlowFiles for which the specified Box file was not found |
success |
FlowFiles that have been successfully processed will be routed to this relationship |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
box.id |
The id of the file |
box.collaborations.<status>.users.ids |
Comma-separated list of user collaborator IDs by status |
box.collaborations.<status>.groups.ids |
Comma-separated list of group collaborator IDs by status |
box.collaborations.<status>.users.emails |
Comma-separated list of user collaborator emails by status |
box.collaborations.<status>.groups.emails |
Comma-separated list of group collaborator emails by status |
box.collaborations.count |
Total number of collaborations on the file |
error.code |
The error code returned by Box |
error.message |
The error message returned by Box |