Re: refresh token expiration time

2024-03-21 Thread Cristian Andrei Grigore
I'm still waiting for a response. On Friday, March 15, 2024 at 12:18:43 PM UTC+2 Cristian Andrei Grigore wrote: > Hello, > > Thank you for your answer. > > However, I don't want to set the User Type to External. I want to use > Internal. So I have: > 1. OAuth consent screen - User Type - Intern

Re: refresh token expiration time

2024-03-15 Thread Cristian Andrei Grigore
Hello, Thank you for your answer. However, I don't want to set the User Type to External. I want to use Internal. So I have: 1. OAuth consent screen - User Type - Internal 2. Credentials - OAuth 2.0 Client IDs - Type Desktop According to this Offline access

Re: refresh token expiration time

2024-03-14 Thread Cristian Andrei Grigore
Hello, Thank you for the answer. Does that mean that I will always have to do this step? 2. The oauth2l command opens a Google Account login window in a new browser window and takes you through the OAuth 2.0 authentication steps. If yes, is there another way to implement this using .Net?

RE: refresh token expiration time

2024-03-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. By reviewing your concern, I understand that you would like to know the expiration time for a refresh token in production. I would like to inform you that the refresh token expires every 7 days when your Google project's publishing

Refresh token expiration time

2024-03-14 Thread Cristian Andrei Grigore
My use-case is a no GUI script that fetches data from the Google Ads API. I understand that one of the steps is to Fetch a refresh token . What is the expiration time for the refresh token