Hi! I wanted to ask you about an error I'm having, exactly this one: Error: com.google.api.adwords.v13.AccountException: The specified account has been blocked due to excessive failed logins. ---> System.Web.Services.Protocols.SoapException: The specified account has been blocked due to excessive failed logins. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse (SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at com.google.api.adwords.v13.ApiService.MakeApiCall(String methodName, Object[] parameters) --- End of inner exception stack trace --- at com.google.api.adwords.v13.ApiService.MakeApiCall(String methodName, Object[] parameters) at com.google.api.adwords.v13.ApiService.Invoke (String methodName, Object[] parameters) at com.google.api.adwords.v13.KeywordToolService.getKeywordVariations (SeedKeyword[] seedKeywords, Boolean useSynonyms, String[] languages, String[] countries)
The environment is a ASP.NET 2.0 web site, using the google-api-dot net provided here: http://code.google.com/p/google-api-adwords-dotnet/ This error happens eventually, I don't know which of these 3 options could be: 1) A problem with the server at google 2) I'm using a developer token and an app token provided by a third party company, but the email and password credentials required on the headers when calling the service are from my email not the one related directly with the tokens 3) A communication problem between the api and the service wich can send truncated data and might cause sending truncated credentials Can anyone help me? I'm really lost with this error. Thanks a lot! P.D: I'm not using sandbox. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---