append_to_file
Add text to the end of a text file in Google Drive. Supply the file ID and content to append.
Instructions
Append text content to the end of an existing text file. Does not work with Google Docs/Sheets/Slides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content to append to the end of the file. | |
| file_id | Yes | The ID of the text file to append to. | |
| mime_type | No | MIME type of the file (e.g., 'text/plain', 'application/json'). | text/plain |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |