Hi, You get this error when you create too many authTokens within a short period of time. The ClientLogin interface returns tokens that are long- lived and can be reused for a large number of requests, so it doesn't expect you to call that endpoint frequently. If you call the ClientLogin interface very frequently, then the server will eventually throw a CaptchaRequired error.
The workaround to fix this error is to request authToken once, and reuse it for multiple API calls. See http://adwordsapi.blogspot.com/2010/07/discover-v2009-working-with-authtokens.html for a detailed discussion about the best practices around using authTokens. Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 8, 2:22 am, SEO Sniffer <supp...@seo-sniffer.de> wrote: > I get this message: > {main}exception 'AuthTokenException' with message 'Failed to get > authToken. Reason: CaptchaRequired' > > I made many request from one account? Is there any limit per developer > token? What can I do to solve this problem? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en