complete_google_auth_tool
Complete Google OAuth authorization flow by processing redirect URLs to authenticate Apps Script projects for secure API access and management.
Instructions
Complete the Google OAuth flow with the redirect URL.
Args: redirect_url: The full URL from the browser after authorization (looks like: http://localhost/?code=4/0A...&scope=...)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| redirect_url | Yes |