Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-25 Thread Locobee
I installed Fiddler - helped me find the issue - thanks. worked much better than the soap toolbox I was using. It helped me find a bit of code that I had hard coded the password in the last update of our software. I went to update our accounts and after 7 or 8 successful logins it started to fai

Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-24 Thread Locobee
We authenticate using an MCC account and specify a client account using ClientEmail. I have double and triple checked the data we are sending and it is correct. I'm using v200909 client libraries and VB.net I am sending email password useragent developerToken applicationToken clientEmail Still

Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-22 Thread Locobee
Still get an error when trying to log in. I had requested that the AdWords Specialist confirm that the API was active and I never got a response. The code on my end has not changed I confirmed that the information being sent is correct, matches what I see in the API area of my MCC account - but I

Still cannot access my account

2011-03-11 Thread Locobee
We are having problems authenticating. We are getting the following errors... com.google.api.adwords.lib.AuthTokenException: Login failed ---> System.Net.WebException: The remote server returned an error: (403) Forbidden. at System.Net.HttpWebRequest.GetResponse() at com.google.api.adword

Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-10 Thread Locobee
This is the reply I received apparently my account was turned off - not sure why I would not get some kind of notice WHAT WE FOUND Our AdWords Specialists found that there was unauthorized access to your account(710-821-9028) on 3/3/11 via login email **. No unauthorized campaign chan

QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-09 Thread Locobee
Started getting this error a couple days ago. We reset the developer token and this did not work. There was info out about the possibility of our account having suspicious activity. We have been using the API for years and never had this issue. We reset all mcc passwords and updated our applica

Re: Object reference not set to an instance of an object.

2010-04-24 Thread Locobee
Figured it out... Null exception was being returned locally. I had a hard time debugging this because the values of the object "user" are not shown in Visual Web Developer 2005 so it was hard to know that the key values were null. I added the information from the app.config file to the web.confi

Object reference not set to an instance of an object.

2010-04-23 Thread Locobee
Any help would be great! Using the C# sample file GetUnitCount.cs converted to VB.net. I get a Null Object Exception ex.message = Object reference not set to an instance of an object. on the following line... Dim info As ApiUsageInfo = infoService.[get](selector) within the following code...