drive_update_comment
Update the text content of an existing comment on a Google Drive file by providing the file ID, comment ID, and new text.
Instructions
Update the content of a comment on a Google Drive file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the file | |
| content | Yes | New comment text | |
| commentId | Yes | The ID of the comment to update |