drive_update_reply
Update the text of an existing reply to a comment on a Google Drive file. Provide the file, comment, and reply IDs along with the new content.
Instructions
Update a reply to a comment on a Google Drive file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the file | |
| content | Yes | New reply text | |
| replyId | Yes | The ID of the reply to update | |
| commentId | Yes | The ID of the comment |