GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETGOOGLE_REDIRECT_URI (must point to myiq.today)First, verify that the OAuth configuration is properly set up for myiq.today.
You need to be logged in to connect your Gmail account.
Navigate to the email connection page where you can connect your accounts.
Initiate the OAuth flow to connect your Gmail account.
Check if your Gmail account was successfully connected.
The most common problem is that GOOGLE_REDIRECT_URI doesn't match the domain.
https://myiq.today/api/oauth/google/callbackMake sure the Google OAuth credentials are correctly configured.
GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET are correctly setSometimes browser-related problems can cause the OAuth flow to fail.
| Resource | Description |
|---|---|
| Google Cloud Console | Manage your Google OAuth credentials and API settings |
| OAuth 2.0 Documentation | Google's official documentation for OAuth 2.0 |
| OAuth Configuration Check | Tool to verify your OAuth configuration on Unity |