add_script_file
Add new server-side or HTML files to Google Apps Script projects while preserving existing files.
Instructions
Add a new file to an Apps Script project while preserving existing files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content of the new file | |
| file_name | Yes | Name of the new file to add | |
| file_type | No | Type of the file (defaults to server_js) | |
| script_id | Yes | Apps Script project ID |