Setup Instructions

  1. Go to Google Cloud Console:
    https://console.cloud.google.com
  2. Create a new project or select an existing one:
    Click on the project selector in the top right corner → "New Project" or select an existing project
  3. Configure OAuth Settings:
    Go to "APIs & Services" → "OAuth consent screen" and configure:
    • User Type: Select "External"
    • Publishing Status: Set to "In Production" (Required for public access)
    • Fill in the required information (App name, User support email, etc.)
    • Add authorized domains if needed
  4. Create credentials:
    • Go to "APIs & Services" → "Credentials" → "Create Credentials" → "OAuth client ID"
    • Application type: Select "Web application"
    • Authorized JavaScript origins: Loading...
    • Authorized redirect URIs: Loading...
    • After creating, save both the Client ID and Client Secret - you'll need both
  5. Copy your Client ID:
    Paste the generated Client ID into the form below
Important Note:

Common Scopes:

Other API Scopes:

You can find a complete list of scopes for all Google APIs in the official documentation:

Google OAuth 2.0 Scopes for Google APIs

Note: Some scopes provide access to sensitive data and may require Google verification and app verification.

Google OAuth Access Token Creator

Redirect URI: Loading...

You must add this URL to both "Authorized JavaScript origins" and "Authorized redirect URIs" in Google Cloud Console.