From d2729a279be38ca0a5b1df8daf3cc1bca4cf5ada Mon Sep 17 00:00:00 2001 From: Zubin Date: Fri, 13 Mar 2026 22:14:03 +1100 Subject: [PATCH] Revise OAuth login fix and consent screen instructions Updated instructions for fixing OAuth login issues and updated consent screen steps. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00ba4237..84d98772 100644 --- a/README.md +++ b/README.md @@ -420,11 +420,11 @@ All output — success, errors, download metadata — is structured JSON. Your OAuth app is in **testing mode** and your account is not listed as a test user. -**Fix:** Open the [OAuth consent screen](https://console.cloud.google.com/apis/credentials/consent) in your GCP project → **Test users** → **Add users** → enter your Google account email. Then retry `gws auth login`. +**Fix:** Open the [Google Auth Platform Audience screen](https://console.cloud.google.com/auth/audience) in your GCP project → **Test users** → **Add users** → enter your Google account email. Then retry `gws auth login`. ### "Google hasn't verified this app" -Expected when your app is in testing mode. Click **Advanced** → **Go to \ (unsafe)** to proceed. This is safe for personal use; verification is only required to publish the app to other users. +Expected when your app is in testing mode. Click **Continue** to proceed. This is safe for personal use; verification is only required to publish the app to other users. ### Too many scopes / consent screen error