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 API

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
identical code and credentials. On Friday, March 1, 2019 at 12:11:49 PM UTC-5, Bob Bowles wrote: > > Today, we started receiving "Failed to refresh access token. See inner > exception for details." on all AdWords API calls. We did not make any code > changes. This just s

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

2019-03-01 Thread Bob Bowles
Today, we started receiving "Failed to refresh access token. See inner exception for details." on all AdWords API calls. We did not make any code changes. This just started out of the blue. We tried generating new credentials and a new refresh token but still get the same error

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
1, 2018 at 12:59:32 AM UTC-5, vibh...@whisskers.com wrote: > > > > On Thursday, August 16, 2018 at 11:03:37 PM UTC+5:30, rentca...@gmail.com > wrote: >> >> Hi, >> >> I'm getting error "Failed to refresh access token. See inner exception >> f

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
eparate config file for windows service? Please give it a try >> and let me know if the problem still persists. >> >> Regards, >> Sai Teja, AdWords API Team. >> >> On Thursday, August 16, 2018 at 1:33:37 PM UTC-4, rentca...@gmail.com >> wrote: &

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

2018-08-17 Thread rentcafedev1
and let me know if the problem still persists. > > Regards, > Sai Teja, AdWords API Team. > > On Thursday, August 16, 2018 at 1:33:37 PM UTC-4, rentca...@gmail.com > wrote: >> >> Hi, >> >> I'm getting error "Failed to refresh access token. See inne

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
...@gmail.com wrote: > > Hi, > > I'm getting error "Failed to refresh access token. See inner exception for > details." when I try to get campaign information. The line of code is page > = campaignService.get(selector) where page = "CampaignPage". This process

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

2018-08-16 Thread rentcafedev1
t; > Regards, > Sai Teja, AdWords API Team. > > On Thursday, August 16, 2018 at 1:33:37 PM UTC-4, rentca...@gmail.com > wrote: >> >> Hi, >> >> I'm getting error "Failed to refresh access token. See inner exception >> for details." when I try to

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
hursday, August 16, 2018 at 1:33:37 PM UTC-4, rentca...@gmail.com wrote: > > Hi, > > I'm getting error "Failed to refresh access token. See inner exception for > details." when I try to get campaign information. The line of code is page > = campaignService.get(s

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

2018-08-16 Thread rentcafedev1
Hi, I'm getting error "Failed to refresh access token. See inner exception for details." when I try to get campaign information. The line of code is page = campaignService.get(selector) where page = "CampaignPage". This process works when I use it in a web applicat