← Back to all provider errors
Google
invalid_scope — Invalid scope
Scope value isn't valid for the resource.
Riposte solution
One of the requested OAuth scopes is invalid or not enabled. Double-check the scopes your application is requesting for Google API access. With Riposte, ensure the default scopes (e.g., Gmail modify) are used or configure only valid scopes. Adjust the scope and re-initiate auth via /auth/sessions.
Quick facts
- Provider
- Endpoint / surface
- OAuth 2.0
- Status code
- 400
Why it happens
[Typos in scope; Unregistered API]
How to fix it
[Use valid scope strings; verify API is enabled]