update_script_content
Update or create files in a Google Apps Script project using user email, script ID, and file list. Modify script content programmatically to keep project files in sync.
Instructions
Updates or creates files in a script project.
Args: service: Injected Google API service client user_google_email: User's email address script_id: The script project ID files: List of file objects with name, type, and source
Returns: str: Formatted string confirming update with file list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| script_id | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |