Re: how long would a refresh token last if i changed my project's status to "in production"? also, can i retrieve a refresh token programmatically and without needing user input/confirmation?

2023-07-19 Thread Κωστας Μαυρογαλος
So, basically, refresh tokens last for ever, as long as the requirements in https://developers.google.com/identity/protocols/oauth2#expiration are met? On Wednesday, July 19, 2023 at 6:32:57 PM UTC+3 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to Google Ads API Foru

How long would a refresh token last if I changed my project's status to "In production"? Also, can I retrieve a refresh token programmatically and without needing user input/confirmation?

2023-07-19 Thread Κωστας Μαυρογαλος
Greetings, I'm trying to solve a conundrum here. My project is configured as *"External"* and *"Testing"*, which makes my refresh tokens last for just 7 days. Since the scripts that use the refresh tokens are executed automatically via a cronjob, I would like an answer to each of these questions