Hi, The RateExceededError <https://developers.google.com/adwords/api/docs/common-errors#RateExceededError.RATE_EXCEEDED> with rateScope=DEVELOPER happens when you exceeded the limit on the number of operations or report downloads daily. If you have a basic access of your developer token, you have a limit of 10,000 operations and 1,000 report requests a day as you can see in this guide <https://developers.google.com/adwords/api/docs/access-levels#access_levels> .
There are ways in order to resolve this issue. The first one is to upgrade your developer token to standard access. Doing so will allow you to have unlimited daily operations and report downloads. The RateExceededError with rateScope=DEVELOPER will be resolved, however, you may still encounter RateExceededError with rateScope=ACCOUNT. Please see this guide <https://developers.google.com/adwords/api/docs/guides/rate-limits#account_scope_vs_developer_scope> for more information on the difference of the two rate scopes. The other simple way in order to resolve your issue is to slow down <https://developers.google.com/adwords/api/docs/guides/rate-limits#slow_down> and retry your request on how many seconds as indicated on *RateExceededError.retryAfterSeconds*. Hope this helps. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/d2df1254-479f-446d-aa41-a89941b8fe25%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
