I am working in C# .NET I have authenticated my app for consent and i have received refresh token. Then i am creating my user by providing client id, secret and 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 call functions functions through API, i am getting error "Failed to refresh Access Token". Where i can find this access token and where i have to provide 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/bfbb52bf-75f8-4241-b442-d82f9e3d12d5%40googlegroups.com.