Vincent
Vincent

Reputation: 2963

How to lift the 100 user cap for OAuth to Google API for verified apps

Does anyone know why my app would have a 100 user cap, even though the Verification Status is "Published"? It says "the user cap will be in place until the app is verified by Google", but this is already the case. I would appreciate any insight.

Screenshot of Google Console OAuth consent screen

Upvotes: 6

Views: 4795

Answers (1)

Happy-Monad
Happy-Monad

Reputation: 2002

The 100 users cap is a quota limit for unverified scope requests, it is applied when the application tries to obtain access to scopes that have not been approved for the project during the app verification process, see this. Since you're seeing this quota being actively used you should check whether the scopes requested by your application match the ones you submitted in the app verification status. In case there is a mismatch you would need to update the requested scopes and go through the verification process once again. Optionally you might also request a OAuth quota increase with this support form, but bear in mind there's no approval guarantee.

Finally, as Pievis pointed out this kind of inquiries would be better handled by Google Cloud Support team as they have the necessary information about your project to address your questions from end to end.

Upvotes: 4

Related Questions