Re: 403 Forbidden error message when accessing Adwords API

2014-01-13 Thread Ray Tsang (AdWords API Team)
Mick, It sounds like you have determined that the ErrorCode field value is BadAuthentication. According to the ClientLogin documentationhttps://developers.google.com/accounts/docs/AuthForInstalledApps#Errors, BadAuthentication indicates that the username and password is not recognized.

403 Forbidden error message when accessing Adwords API

2014-01-08 Thread mick . astley
Hello, I’m wondering if you can help. We have access to the Google Adwords Developer API access token approved, and downloaded a sample .NET console application code from Adwords API web page in Feb 2013 – which worked fine then. When we tried to test it again now, we discovered '403

Re: 403 Forbidden error message when accessing Adwords API

2013-08-12 Thread Mikhail Astafyev
Hi d2! Did you managed to resolve this problem? If yes I would like you to share the solution! Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: 403 Forbidden error message when accessing Adwords API

2013-07-24 Thread d2ruv
Hi, Can anyone help with this issue? As we still haven't managed to resolve. Many thanks, Dhruvesh On Friday, 12 July 2013 10:11:26 UTC+1, d2...@hotmail.com wrote: Hi Anash, Thank you for your suggestion. The developer has reported the following feedback: * I've

Re: 403 Forbidden error message when accessing Adwords API

2013-07-12 Thread d2ruv
Hi Anash, Thank you for your suggestion. The developer has reported the following feedback: * I've followed to your recommendation and got error code: ErrorCode = BadAuthentication For your convenience I've also attached our .config file. * Do you think it is

Re: 403 Forbidden error message when accessing Adwords API

2013-07-12 Thread d2ruv
Hi Anash, Thank you for your suggestion. The developer has reported the following feedback: * I've followed to your recommendation and got error code: ErrorCode = BadAuthentication For your convenience I've also attached our .config file. * Do you think it is

Re: 403 Forbidden error message when accessing Adwords API

2013-07-10 Thread Anash P. Oommen (AdWords API Team)
Hi Dhruvesh, There's an AuthTokenException being thrown in the stack trace, catch it and inspect the ErrorCode field to find out why you are getting the error. Post the details on this thread, and I can help you. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 8, 2013 9:18:39 PM

403 Forbidden error message when accessing Adwords API

2013-07-08 Thread d2ruv
Hello, I’m wondering if you can help. We have access to the Google Adwords Developer API access token approved, and downloaded a sample .NET console application code from Adwords API web page in Feb 2013 – which worked fine then. When we tried to test it again now, we discovered '403

Re: 403 Forbidden error message when accessing Adwords API

2013-07-08 Thread rob
It looks like you're using v201206, which is deprecated. (From what I can see here - you probably just need to upgrade your library to current [v201302]) On Monday, July 8, 2013 5:21:25 AM UTC-5, d2...@hotmail.com wrote: Hello, I’m wondering if you can help. We have access to the

Re: 403 Forbidden error message when accessing Adwords API

2013-07-08 Thread d2ruv
Hi Rob, Thanks for getting back to us - we have exactly the same issue with running examples with the updated library referencing both v201209 v2013002. Our current code does not go as far as attempting to retrieve campaigns, for the moment it is just trying to pass authentication with