Re: When I run my script to download client csv files, It's give me error like " Failed to get authToken. Reason: BadAuthentication "

2013-03-19 Thread Ed-
, Edelmar On Wednesday, March 13, 2013 4:51:42 PM UTC-3, sana ullah wrote: > > Hello, > > I am using PHP library to download client reports, when i try to download > it's give me this error > > "An error has occurred: Failed to get authToken. Reason: BadAuthenticat

Re: When I run my script to download client csv files, It's give me error like " Failed to get authToken. Reason: BadAuthentication "

2013-03-17 Thread Paul Matthews (AdWords API Team)
Hi Sana, Firstly, can you ensure you're using the latest version of the client library? The current version is v4.1.1and can be downloaded here

When I run my script to download client csv files, It's give me error like " Failed to get authToken. Reason: BadAuthentication "

2013-03-14 Thread sana ullah
Hello, I am using PHP library to download client reports, when i try to download it's give me this error "An error has occurred: Failed to get authToken. Reason: BadAuthentication" auth.ini ; Detailed descriptions of these properties can be found at: ; https://developers.goo

Re: Failed to get authToken. Reason: BadAuthentication

2012-04-02 Thread Anash P. Oommen
Hi Suhas, Please open a new thread with additional details. This is quite old, and it is easier to follow up on a new one. Cheers, Anash P. Oommen, AdWords API Advisor, On Saturday, 31 March 2012 17:03:09 UTC+5:30, suhas wrote: > > Anash, Have a similar problem. Can you help solve it? -- =~=~

Re: Failed to get authToken. Reason: BadAuthentication

2012-03-31 Thread suhas
Anash, Have a similar problem. Can you help solve it? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me

Re: Failed to get authToken. Reason: BadAuthentication

2012-02-27 Thread Anash P. Oommen
Yep, over a year ago. Are you facing similar issues? Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, February 26, 2012 4:06:27 AM UTC+5:30, phase10 wrote: > > Has this been resolved??? > > > On Tuesday, 12 October 2010 12:22:34 UTC+1, AdWords API Advisor wrote: >> >> Hi Kameleon, >> >>

Re: Failed to get authToken. Reason: BadAuthentication

2012-02-25 Thread phase10
Has this been resolved??? On Tuesday, 12 October 2010 12:22:34 UTC+1, AdWords API Advisor wrote: > > Hi Kameleon, > > I've received your code snippet, I'll follow up with you on the mail > and post the fix on this thread for future reference once the issue is > resolved. > > Cheers, > Anash

Re: Failed to get authToken. Reason: BadAuthentication

2010-10-12 Thread AdWords API Advisor
Hi Kameleon, I've received your code snippet, I'll follow up with you on the mail and post the fix on this thread for future reference once the issue is resolved. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 12, 11:36 am, drkameleon wrote: > Anash Hi, > > I've just sent the code snippet

Re: Failed to get authToken. Reason: BadAuthentication

2010-10-11 Thread drkameleon
Anash Hi, I've just sent the code snippet. Thanks a lot, Dr.Kameleon On Oct 11, 3:34 pm, AdWords API Advisor wrote: > Hi, > > Could you send your code snippet to adwordsapiadvi...@google.com and > update this thread once you are done? I will follow up with you over > mail and try to figure out

Re: Failed to get authToken. Reason: BadAuthentication

2010-10-11 Thread AdWords API Advisor
Hi, Could you send your code snippet to adwordsapiadvi...@google.com and update this thread once you are done? I will follow up with you over mail and try to figure out what went wrong with your code. Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 7, 3:53 pm, drkameleon wrote: > Anyone???

Re: Failed to get authToken. Reason: BadAuthentication

2010-10-07 Thread drkameleon
Anyone??? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Goog

Re: Failed to get authToken. Reason: BadAuthentication

2010-10-07 Thread drkameleon
Hi Anash, I just did as you suggested - I pass NOTHING to the AdWordsUser constructor. And the following code, is exactly as you show. And gmail passwords and anything is 100% correct. But now, I'm getting the other ERROR message : Failed to get authToken. Reason: BadAuthentication Any

Re: Failed to get authToken. Reason: BadAuthentication

2010-10-07 Thread AdWords API Advisor
Hi Kemeleon, Since you have set the credentials in auth.ini, could you try not passing anything to the constructor? $user = new AdWordsUser(); $user->LogDefaults(); $targetingIdeaService = $user- >GetTargetingIdeaService('v201008'); To answer your other question, When you are making calls to th

Re: Failed to get authToken. Reason: BadAuthentication

2010-10-07 Thread drkameleon
OK. Now I'm getting the following error : AuthenticationError.NOT_ADS_USER @ ; trigger:'852172376667' Service[TargetingIdeaService.get] --- This is my AUTH.INI : email = "drkamel...@gmail.com" password = "EMAIL_PASSWORD"

Failed to get authToken. Reason: BadAuthentication

2010-10-06 Thread drkameleon
Hi everyone, could somebody tell me what EXACTLY i have to use in the place of the variables ($email, etc, etc) - it keeps throwing the same error again and again. $user = new AdWordsUser(NULL, $email, $password, $developerToken, $applicationToken, $userAgent, $clientId); Please, i