g_authorize
Obtain Google OAuth2 authorization by opening the consent screen, capturing the code via local loopback, and storing the refresh token. Provides the authorize URL for manual browser opening.
Instructions
Open Google's consent screen and capture the authorization code via a local loopback server, then store the refresh token. Use on a machine with a browser. Returns the authorize_url to open if the browser does not open automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_seconds | No | How long to wait for consent (default 180) |