Hi, all. I have some questions about how to develop using OAuth2.
Now, my product has used the same ClientID(,Client Secret and RefreshToken) in the development(dev) and production(prd) environment. I have understood this approach has the problem which impacts to prd environment if dev environment retrieves the large number (nearly upper limitation) of access tokens. To avoid this problem, I'll use the different ClientID in prd and dev environment, but as a same time, I have some questions. I've read the document about Token expiration (https://developers.google.com/accounts/docs/OAuth2#expiration), and I could not understand the following description. ---- There is currently a 25-token limit per Google user account. If a user account has 25 valid tokens, the next authentication request succeeds, but quietly invalidates the oldest outstanding token without any user-visible warning. ---- What does "Google user account" mean? Which does this mean "ClientID" or "AdWords Account ID"? If it means AdWords Account ID, I think the confliction of the token limitaion in prd and dev environment can not avoid... To summarize, my question: 1. What does "account" mean in the desctiption of Token expiration (https://developers.google.com/accounts/docs/OAuth2#expiration) 2. Could you advise me the best practice how to develop not to conflict the Token limitation ? I would like not to affect prd environment by developing in dev environment. Best, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
