Re: Failed to refresh access token. See inner exception for details.

2019-03-01 Thread Bob Bowles
I actually just found the problem 5 minutes ago and was about to update this thread. dependentAssembly entries had been removed from the web app's web.config. Once I added them back, everything ran fine. On Fri, Mar 1, 2019 at 5:05 PM googleadsapi-forumadvisor via AdWords API and Google Ads

RE: Failed to refresh access token. See inner exception for details.

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, As your same set of credentials are working with console app, could you please confirm that if your web app is pointing to the right property file? Also, you can try the CURL request provided below and see if you are able to generate the access token. If your credentials are correct, you

Re: Failed to refresh access token. See inner exception for details.

2019-03-01 Thread Bob Bowles
UPDATE: The errors are happening when a user performs a function in our admin web app that makes calls to the AdWords API. We also have a console app that runs automated updates on a daily basis. The console app is not having any problems. Just the web app. Both apps have always used the

Re: Failed to refresh access token. See inner exception for details.

2018-11-21 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, This is a pretty old thread from what it appears to be someone else. Could you please start a new thread with your information, so we can best help you and make sure your issue doesn't get confused with someone else's? Thanks, Nadine, AdWords API Team On Wednesday, November 21, 2018 at

Re: Failed to refresh access token. See inner exception for details.

2018-08-20 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello KDJ, This was sent over to me since I've worked quite a bit with more complex configurations. You mentioned in your last message that you're using a different config file with the same credentials. Can we just for a sanity check make sure that all those credentials are working properly?

Re: Failed to refresh access token. See inner exception for details.

2018-08-17 Thread rentcafedev1
Sai, I have verified that my windows service is using a separate config file. I have also verified that the web application and the windows service are using the same credentials. The web application and the windows service call the same dll which makes the call to the Adwords API. Do you

Re: Failed to refresh access token. See inner exception for details.

2018-08-17 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Thanks for the details, since the API call is working good for web application, you might need to check how the windows service is pulling the credentials and passing it to client libraries. Ideally, the same credentials should work provided everything else (user making the call,

Re: Failed to refresh access token. See inner exception for details.

2018-08-16 Thread rentcafedev1
Sai Teja, We are you VB.net library to make this call. As I mention in my previous email the call work fine with I'm making it through a web application, it just does not work when I make the call from a windows service. Please note: Both web application and the windows service hit the

Re: Failed to refresh access token. See inner exception for details.

2018-08-16 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Could you please confirm whether you are using AdWords .NET client library for this call? If not could you please share the code snippet that is making the call? You could also cross verify that you are following the steps required to