0
votes

I have app on Google Cloud Platform and recently passed the verification process. However, in the OAuth consent screen I can see OAuth rate limits which is set to 100.

enter image description here

I don't understand why it is present there as the app is already verified. Thanks for any advice.

2

2 Answers

1
votes

I think OAuth rate limit is for, how many Auth requests your account is allowed to handle.

Thank you for reading!!

1
votes

I believe the wording is a bit misleading there. As long as your app is verified and not requesting for unverified sensitive scopes you should be fine and new users shouldn't be counted towards this cap. I think this bar stays there even after successful verification because it is cumulative and if in future your app will request access to another sensitive scope it will continue to count until your app again verified. Here it should be explained better.