Every week I have to log in to my Google credentials because they get disconnected and my flows stop working. How can I solve this?
Hi @Marcos_Acha ,
Hi there, I know exactly why this is happening…you’re most likely using your Google app in testing mode.
When a Google Cloud app is in testing mode, the access tokens expire after 7 days, which means you’ll need to re-authenticate weekly. That’s why your credentials keep disconnecting and your flows stop working.
To fix this, you can do this:
- Switch your Google app to Production mode:
Go to the Google Cloud Console, navigate to APIs & Services > OAuth consent screen, and change the Publishing Status to Production. You’ll need to set the user type to External, and Google might ask for a privacy policy URL.