I have to refresh the Google Connection every 7 days. I have to verify my OAuth app in Google, but is there an option to keep de test-status and not to refresh every 7 days the connection?
The solutions I found on this platform are not working. I did see a share of a video in German a few years ago, about setting up the OAuth verification, but that video is not available anymore. It looks like it is a big issue to set the OAuth app in Google to Public because of the verification. Anyone?
The solution here is to save the refresh_token to storage, than use it everytime for refresh and for the actual connection use the new access token received from the refresh_token response.