RE: RefreshToken LocalHost x WebHost

2021-08-31 Thread Google Ads API Forum Advisor
Hi Manish, It appears that you were answered in this thread - https://groups.google.com/g/adwords-api/c/0A039e3t_lA/m/eCAxNzrnAgAJ?utm_medium=email_source=footer and in this thread - https://groups.google.com/g/adwords-api/c/t7NoN0RocYA/m/3IxszPDzAgAJ?utm_medium=email_source=footer. Please

Re: RefreshToken LocalHost x WebHost

2021-08-26 Thread Manish Kumar
Dear Sir, I'm new here. i'm try to automation my google ads but i'm not able to authenticate so that i'm not able to fetch client data . so can you please guide me . how can i authenticate and call my API Successfully . If possible can you please share a sort video or code for that. Thanks.

RE: RefreshToken LocalHost x WebHost

2021-08-25 Thread Google Ads API Forum Advisor
Hi, Thank you for reaching out. Our team specializes in AdWords / Google Ads API related concerns. That said, could you confirm whether you are ineed using the mentioned APIs? If yes, could you provide the following details as well? Complete SOAP request and response logs, and requestId if

Re: RefreshToken LocalHost x WebHost

2021-08-25 Thread Dataseek Business Solutions
Solution for C# .NET WEB APP public class CustomAuthorizationCodeFlow : GoogleAuthorizationCodeFlow { public CustomAuthorizationCodeFlow(GoogleAuthorizationCodeFlow.Initializer initializer) : base(initializer) { } public override

Re: RefreshToken LocalHost x WebHost

2021-08-25 Thread Dataseek Business Solutions
Solution for C# web app public class CustomAuthorizationCodeFlow : GoogleAuthorizationCodeFlow { public CustomAuthorizationCodeFlow(GoogleAuthorizationCodeFlow.Initializer initializer) : base(initializer) { } public override AuthorizationCodeRequestUrl