Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-03-14 Thread Marco
I have the same issue. Actually I'm restarting the service every time it happens. Any update? Il giorno martedì 22 gennaio 2013 18:57:53 UTC+1, Minh Le ha scritto: > > Will do. > > Thanks for your advice. > > > >> In the meantime, if you could enclose the API request in a try-catch >> block and

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-22 Thread Minh Le
Will do. Thanks for your advice. > In the meantime, if you could enclose the API request in a try-catch block > and clear the cache on error. See below for example cache clearing: > > Authtoken.Cache.Clear(); > (user.Config as AdwordsAppConfig).Authtoken = null; > // obtain a new service obje

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-22 Thread Minh Le
Here you are: > >

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-15 Thread Paul Matthews (AdWords API Team)
Hi Minh, Could you post or attach the full configuration file, ensuring you anonymize any personal information? As this wil help us to look into this further. In the meantime, if you could enclose the API request in a try-catch block and clear the cache on error. See below for example cache cl

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-09 Thread Minh Le
I got that error every 2 weeks. Received an email from API Team in June 2012 that advised me to add one more line into the source code (I'm using .NET client library) Hi Minh, AdWords API .NET library caches authTokens, and reuse them, it doesn't create a new authToken everytime you create a n

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-09 Thread Paul Matthews
Hi gpsphpdev, It seems that seems that there is an error with the authToken, is there any chance you could post the code you used to create this request? Remembering to anonymize the code. Possible issues with the request are: - The authToken line in the auth.ini could contain incorrect dat

GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-08 Thread gpsphpdev
AuthtToken is new so why i get this error? i'm using php library *v201209.* My request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201209"; xmlns:ns2="https://adwords.google.com/api/adwords/info/v201209";>