script_projects_get_content
Retrieve the content of a Google Apps Script project by specifying the script ID, version number, and optional fields. Integrates with the Google Apps Script API to manage project details.
Instructions
Get the content of a Google Apps Script project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
access_token | No | OAuth access token. | |
alt | No | Data format for response. | |
fields | No | Selector specifying which fields to include in a partial response. | |
key | No | API key for the project. | |
prettyPrint | No | Returns response with indentations and line breaks. | |
scriptId | Yes | The ID of the script project to retrieve content for. | |
versionNumber | No | The version number of the script project. |