FetchGoogleDriveFileComments 2025.3.28.13-SNAPSHOT¶

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¶

Property

Description

File ID

Google Drive file ID.

GCP Credentials Service

Controller Service used to obtain Google Cloud Platform credentials.

Record Writer

Specifies the Record Writer to use when writing the comments.

RELATIONSHIPS¶

NAME

DESCRIPTION

not.found

A FlowFile is routed here if the file was not found.

retry

FlowFiles are routed here if a connection or rate-limit issue occurs.

failure

FlowFiles are routed here if the processor fails to retrieve comments.

success

All FlowFiles that are successfully processed are routed here.

WRITES ATTRIBUTES¶

NAME

DESCRIPTION

record.count

Number of comment records returned (not including replies).

google.drive.file.id

The file ID from which comments were fetched.