FetchGoogleDriveFileComments 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-google-drive-nar

Description

Fetches comments and their replies for a Google Drive file. The file ID can be set by a FlowFile attribute. Records include comment metadata such as deleted status, resolved status, anchors, and a nested array of replies.

Tags

comments, drive, gcp, google, openflow, replies

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
File IDGoogle Drive file ID.
GCP Credentials ServiceController Service used to obtain Google Cloud Platform credentials.
Record WriterSpecifies the Record Writer to use when writing the comments.

Relationships

NameDescription
failureFlowFiles are routed here if the processor fails to retrieve comments.
not.foundA FlowFile is routed here if the file was not found.
retryFlowFiles are routed here if a connection or rate-limit issue occurs.
successAll FlowFiles that are successfully processed are routed here.

Writes attributes

NameDescription
record.countNumber of comment records returned (not including replies).
google.drive.file.idThe file ID from which comments were fetched.