List Script Projects
list_script_projectsLists Google Apps Script projects accessible to a user. Supports pagination to browse through all script files in Drive.
Instructions
Lists Google Apps Script projects accessible to the user.
Uses Drive API to find Apps Script files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Number of results per page (default: 50) | |
| page_token | No | Token for pagination (optional) | |
| user_google_email | Yes | User's email address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |