Reply to Comment
drive_reply_to_commentReply to a comment on a Google Doc by providing the file ID, comment ID, and reply text.
Instructions
Reply to an existing comment on a Google Doc.
Args:
file_id (string): The ID of the Google Doc
comment_id (string): The ID of the comment to reply to
content (string): The text content of the reply
Returns: { "id": string, "content": string, "author": string, "createdTime": string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The ID of the Google Doc containing the comment | |
| comment_id | Yes | The ID of the comment to reply to | |
| content | Yes | The text content of the reply |