简体   繁体   中英

Google+ Auth error google_too_many_active_tokens

I have a web server that uses the Google OAuth 2.0 interface to retrieve access and refresh tokens to perform G+ data retrievals (Java).

I noticed that a particular user got a TokenResponseException when our server made the GoogleAuthorizationCodeTokenRequest call. The error was 400 google_too_many_active_tokens.

Can I get clarification on what this error means and what limits there are? Is this limit apply to the client (our application) level or our client level?

Thank you!

Google apparently will not comment on how many is too many. As for things you can do to rectify the situation, you can go and release several of your active tokens. This article goes through that process in detail.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM