Re: refresh token issue

2023-04-19 Thread Chillar Admin
Thanks for the deletion of logs, I already changed the refresh token after posting. Problem is I am trying with test account only. Want to test first and then possibly we moved to better access On Wed, 19 Apr 2023 at 16:38, Google Ads API Forum Advisor wrote: > Hi, > > Thank you for getting

Re: refresh token issue

2023-04-18 Thread Chillar Admin
Team, Logs are already attached with requestId. Can you pls help me with which kind of logs you need to debug further. On Mon, 17 Apr 2023 at 23:50, Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to Google Ads API Forum. > > Moving forward with your concern, in order

Re: refresh token issue

2023-04-18 Thread Chillar Admin
Update: Now generated refresh token using but getting the below error, trying OAuth consent screen with test user only [2023-04-18T08:31:24.602255+02:00] google-ads.WARNING: Request made: Host: " googleads.googleapis.com", Method:

Re: refresh token issue

2023-04-17 Thread google-api-tester
As I mentioned earlier, - getting hung at https://github.com/googleads/google-ads-php/blob/af5bbaf010eca772cebdf0a56581adac8137f1f9/examples/Authentication/GenerateUserCredentials.php#L74 - No logs generated for GenerateUserCredentials

Re: Refresh Token issue

2023-04-17 Thread google-api-tester
getting hung at https://github.com/googleads/google-ads-php/blob/af5bbaf010eca772cebdf0a56581adac8137f1f9/examples/Authentication/GenerateUserCredentials.php#L74 On Monday, 17 April 2023 at 19:35:27 UTC+5:30 google-api-tester wrote: > Team, > > Please continue from here. >

Refresh Token issue

2023-04-17 Thread google-api-tester
Team, Please continue from here. https://github.com/googleads/google-ads-php/issues/894 Infinite run of GenerateUserCredentials .php -- --

RE: Refresh Token Issue -

2022-07-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi All, You have reached Google Ads API Forum. Thank you for suggesting the possible solution to this concern, I can validate that the flow of the authentication is correct. In addition, it appears that the error occurred because you haven't followed the Oauth verification process. With this,

Re: Refresh Token Issue -

2022-07-14 Thread dimas ilham
add some words, google AdWords is deprecated you can't use it anymore, move to google ads documentation here https://developers.google.com/google-ads/api/docs/client-libs/python or Github on here https://github.com/googleads/google-ads-python/blob/main Pada Jumat, 15 Juli 2022 pukul 11.48.40

Re: refresh token issue

2021-01-20 Thread Google Ads API Forum Advisor Prod
Hi, Yes, the navigation to the API console support should start here, you should then find the Stack Overflow google-api tag link which you can also use to reach out to the community. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2B1YT5:ref -- --

Re: refresh token issue

2021-01-20 Thread INI GlobalOps
Thank you the link to get support went to a list of stack overflow questions - is that correct? On Tuesday, January 19, 2021 at 10:39:55 PM UTC-5 adsapiforumadvisor wrote: > Hi, > > Thanks for posting your concern. > > Based on this document >

RE: refresh token issue

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. Based on this document, a refresh token will indeed expired in 7 days if issued by a Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing". However, I am afraid that refresh

refresh token issue

2021-01-19 Thread Geoffrey Cummins
Hi we are collecting ads data in a daily process and we notice that the refresh token expires every week or so and we have to reauthenticate using the code provided in the authenticate folder of the python examples. How can we avoid having to reauthenticate manually every week and update the

Re: Google Ads API Refresh Token Issue

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Venkata, Yes, you have to generate the refresh token for Google Ads API as well. You can follow the instructions here for setting up the Python client library. Specifically, the section "Setting up the client library" goes over how to get your refresh token. If you are still having issues,

Re: Google Ads API Refresh Token Issue

2020-05-09 Thread Venkata Girish P
Hello Mitchell, thanks for the response. I am trying to access Google Ads API Beta and not Adwords API. I would like to access the 'Recommendations' data particularly. Please help me get started. - Do I need to generate refresh tokens

Re: google adwords revoke refresh token issue

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Since this question is specific to the .NET client library, I would suggest that you post it in the library's issue tracker so the library owners can help you out. Regards, Shwetha, AdWords API Team. -- --

google adwords revoke refresh token issue

2017-07-11 Thread sachins . enest
Hey, I am using asp.net web application to record conversions on google adwords account, While revoking the refresh token using class *OAuth2ProviderForApplications's *method *RevokeRefreshToken, *It takes sometime to revoke the refresh token(5 to 6 seconds) . Can anyone help me how i can use