Unity Gmail Integration Checker

Configuration
Connection Test
Setup Guide
Debug Info

Current Environment

Current domain: Loading...

Google OAuth configured: Checking...

Required environment variables:

  • GOOGLE_CLIENT_ID: Checking...
  • GOOGLE_CLIENT_SECRET: Checking...
  • GOOGLE_REDIRECT_URI: Checking...

Gmail Connection Test

Test your OAuth flow by connecting your Gmail account:

Gmail Integration Setup Guide

Step 1: Google Cloud Console Setup

Make sure your Google OAuth client is configured with:

  • Authorized JavaScript origins:
    • Loading...
  • Authorized redirect URIs:
    • Loading...

Step 2: Enable Required APIs

Ensure these APIs are enabled in your Google Cloud project:

  • Gmail API
  • Google People API (for contact information)

Step 3: Set Environment Variables

Ensure these environment variables are set in your deployment:

  • GOOGLE_CLIENT_ID - From your Google Cloud Console OAuth client
  • GOOGLE_CLIENT_SECRET - From your Google Cloud Console OAuth client
  • GOOGLE_REDIRECT_URI - (Optional) For explicit redirect URL

Debug Information

This information helps diagnose configuration issues:

Property Value
Loading... Please wait...