My code worked perfectly a week ago and now I'm getting "AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID" when fetching reports from https://adwords.google.com/api/adwords/reportdownload?__rd=...
The process is the following: Getting new authToken. Ok! Querying stored reports the ReportDefinitionService using authToken. Ok! Starting cross client report download with adwords.google.com/api/adwords/reportdownload?__rd=...&qt=new, and applying headers; auth, my MCC email and MCC clientId First response is <reportResponse> <queryToken>new</queryToken> <state>RUNNING</state> <total>68</total> <success>0</success> <fail>0</fail> </reportResponse> Here I would expect some new token instead of "new". On second request, still using qt=new, AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID is returned. This worked fine last week. Also I tested the reports in web gui, they ran fine. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
