get_script_content
Retrieve file contents from a Google Apps Script project by providing the script ID and file name. Returns the source code as a string for review or processing.
Instructions
Retrieves content of a specific file within a project.
Args: service: Injected Google API service client user_google_email: User's email address script_id: The script project ID file_name: Name of the file to retrieve
Returns: str: File content as string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| script_id | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |