I am woringk in C# .NET
I have authenticated my app for consent and i have received refresh token.
AdWordsUser user = new AdWordsUser();
user.Config.OAuth2ClientId =
"xxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com";
user.Config.OAuth2ClientSecret = "xxxxxxxxxxxxxxxxxxxxxxxx";
user.Config.OAuth2RefreshToken = "xxxxxxxxxxxxxxxxxxx";
user.Config.OAuth2Mode =
Google.Api.Ads.Common.Lib.OAuth2Flow.APPLICATION;
When i am sending this user object to create service object and call
functions , i am getting error "Failed to refresh Access Token".
Where i can find this access token or how to refresh it ?
Please guide.
Thanks.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/a2c40d18-ed2c-473c-98f2-680e91710df2%40googlegroups.com.