drive_replies_update
Update the text of an existing reply in Google Drive comments. Overwrites previous content; only the reply author can make changes.
Instructions
Change the text of an existing reply. This overwrites the reply's content; the previous text is not retained. Only the reply's own author can update it — the API rejects the request otherwise. Does not support changing action — use drive_replies_create to resolve/reopen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include (e.g. "id,content,modifiedTime") | |
| fileId | Yes | The file the comment belongs to | |
| content | Yes | New reply text | |
| replyId | Yes | The reply to update | |
| commentId | Yes | The parent comment |