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.
Tags
box, collaboration, permissions, sharing, storage
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
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
See Also