I am looking for some guidance on how to handle a somewhat complicated problem on our end which hinges on the design of our application as well as the token limits enforced by Google API: namely the limit of 25 (50?) tokens "per user, per client".
We basically have a multi-tenant application with many logins, companies and clients available along with dashboards. Some of our users authenticate their own AdWords accounts. Others we authenticate for them using our MCC accounts. The problem is we have somewhat lost track of which logins were used to authenticate which dashboards, and have ended up in a situation where we are basically chasing our tail. As we reauthenticate accounts which are returning the invalid_grant error, other accounts stop working and begin showing this error. The question is, what can I do on the development side to identify which accounts are using the same user/client pair, and are thus in need of consolidation? We do have the ability to setup authentications at different "scopes," so the capability is there - just not the visibility. In other words, is it possible at all, assuming I have the oauth client id, secret, access token, token type, etc - to figure out which USER that is associated with - and to display it in a recognizable format, such as the email address associated with that user? Alternately, assuming this cannot be done, is there any way to capture the email address of the user authenticating the AdWords account at the time the oauth authentication is granted? This seems like it should be simple, but I cannot find anything in the documentation explaining where this would be. Any help/guidance would be much appreciated! Thanks, Aaron -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0f256136-2a1b-4beb-9e7d-3c495bb00aea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
