Hi, The Perl library defaults to the file in the home directory. You can override this when constructing the Client object, see the documentation for more details and an example: http://google-api-adwords-perl.googlecode.com/svn/trunk/docs/Google/Ads/AdWords/Client.html#new
Obviously you'll have to deal with read permissions, but at least this lets you specify exactly which file to use. - Kevin Winter AdWords API Team On Wednesday, September 26, 2012 10:06:53 AM UTC-4, Neil Kirk wrote: > > Hi Anash, > > I'm getting this error, but I've found that it's related to the crontab > job that is running my script. The script and prpoerties file is location > in the /home/neilkirk/adwords folder (on an Ubuntu server), but the crontab > running the script is the root crontab. If I run the job using my personal > crontab, it runs fine. > > Is there anything that you can tell me about the way the client library > works that might be causing this? > > I need to get it working so that the root crontab can run the script, as > we are soon moving the script from the development server to our main > server. > > Any help would be greatly appreciated! > > On Monday, 19 March 2012 09:15:56 UTC, Anash P. Oommen wrote: >> >> Hi Tank, >> >> Nice to know. Ping this thread if you face this issue again. >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >> On Friday, 16 March 2012 22:17:04 UTC+5:30, tank98 wrote: >>> >>> Thanks for replying, I tried this morning, looks like it works now, and >>> I did not save SOAP XML last night, so I guess it may caused by changing >>> password need some time to sync? >>> >>> Anyway, it works now. >>> >>> Best, >>> >>> Tank >>> >>> On Thursday, March 15, 2012 11:56:56 PM UTC-7, tank98 wrote: >>>> >>>> >>>> >>>> Hi Adwords Team, >>>> >>>> I am using Perl Library with Adwords V201109, and to get InfoServer API >>>> Units usage with my MCC login, it works well until I changed Mcc Login >>>> password. and I got following errors. >>>> >>>> AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger: Client >>>> adwordsapi belongs to the group ADWORDSAPI and requires an authentication >>>> cookie; Service[InfoService.get] >>>> >>>> I am not sure when Login Cookies stored, and how can I fix this problem. >>>> >>>> thanks, >>>> >>>> Tank >>>> >>> >>> On Thursday, March 15, 2012 11:56:56 PM UTC-7, tank98 wrote: >>>> >>>> >>>> >>>> Hi Adwords Team, >>>> >>>> I am using Perl Library with Adwords V201109, and to get InfoServer API >>>> Units usage with my MCC login, it works well until I changed Mcc Login >>>> password. and I got following errors. >>>> >>>> AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger: Client >>>> adwordsapi belongs to the group ADWORDSAPI and requires an authentication >>>> cookie; Service[InfoService.get] >>>> >>>> I am not sure when Login Cookies stored, and how can I fix this problem. >>>> >>>> thanks, >>>> >>>> Tank >>>> >>> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
