Adom Google
Public Made by Adomby adom
Drive your whole Google Workspace from the terminal — Gmail, Drive, Sheets, Docs, Slides, Calendar, Tasks, Chat + any Google API.
Google OAuth authorize fails: Error 400 invalid_request — missing response_type
Hit while signing in with Google as [email protected] (app shows as "Adom").
Google blocks the consent screen with:
Access blocked: Authorization Error Required parameter is missing: response_type Error 400: invalid_request
So the authorize URL is being built without response_type=code (or it's being dropped somewhere on the way to accounts.google.com). The failure happens before the consent screen ever renders, so no one can complete the Google authorization flow while this is broken.
Seen: 2026-07-17, from a sign-in initiated for the Adom OAuth client. Expected: Google consent screen for [email protected]. Actual: Google's "Access blocked: Authorization Error" page as above.