I have a windows service that runs once a day and downloads a variety of 
reports. I received this error today,   GOOGLE_ACCOUNT_COOKIE_INVALID . 
Research indicates that my Authorization Token may have expired (a 2 week 
expiration, which would fit time wise with how long my service has been 
running). My question is, how do I reset the Authorization Token? I'm 
looking at the SDK source code and don't see any way to do that. The only 
thing that looks feasible is to do:

AuthToken.Cache = new DefaultAuthTokenCache();

but I'm not convinced that would work or is the best way. This service 
needs to run on it's own, unsupervised, for a long time, months or years if 
the API is stable enough. I need a reliable way to maintain a valid 
Authorization Token.

Anyone run into this and have a solution?
Thanks,
Ken

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to