I’m considering to use https://www.googleapis.com/auth/userinfo.email to get hold of the user’s email address and I’ve seen numerous examples on how to do this in both Google’s own documentation and other guides on the Internet.
However I have not been able to find any information on what the rate limits are, or if there even are any rate limits for this. The Google APIs Console lists courtesy limits for many different APIs, but nothing is mentioned about the OAuth 2.0 API.
Does anyone know if there are any limits, and if so what they are?
I can say fairly certainty that there are NO LIMITS to any of Google’s Authorization API’s.
I know this because it does not state ANY LIMITS anywhere within there Authorization API’s Terms of Service. In fact, the Terms of Service itself is very bare:
If there were to be limits, Google generally would have to put them in there ToS, so I can safely say that there are no limits.