gdrive_update_file
Update the content of an existing text file in Google Drive by providing its file ID and new text.
Instructions
Update the content of an existing text file in Google Drive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the file to update | |
| content | Yes | The new text content to write into the file |