Hi Dhanya, I tried with the callback URL as null and it kept returning an error that the redirectURI was invalid. Once I set the redirectURI to localhost it started working. To get the refresh token I used the code include as part of the .net zip here <https://developers.google.com/adwords/api/docs/clientlibraries> and created a separate application to request the refresh token and now I am able to send AWQL requests using that refresh token. Regardless, there was something with the DoAuth2Authorization that kept erroring as detailed above, but since I found another method I have not investigated further.
Thanks, Mike On Wednesday, June 20, 2018 at 2:56:44 PM UTC-4, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Mike, > > I see that you are using the .NET client library > <https://github.com/googleads/googleads-dotnet-lib>. In your example, if > you are using a console application, you will need to set the callback url > to null. Also, please ensure that you are following the steps as mentioned > in the README.md > <https://github.com/googleads/googleads-dotnet-lib/blob/master/README.md> > file > and let me know if you have any further issues. > > Regards, > Dhanya, AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/bfc4a778-2799-4c60-90e8-cea1ae713310%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
