Expiring credentials making me crazy

Hey, someone help me please , what’s the solution?

Describe the problem/error/question

I have a working n8n workflow, but due to expiring google drive and Sheets credentials (they always expire ) I can’t use the workflows all the time.
What is the solution? It must be some… Thanks!

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

If your Google Drive/Sheets credentials keep expiring in n8n, it’s usually because your Google OAuth app is still in testing mode (7-day token expiry) or offline access/redirect URLs aren’t configured correctly in Google Cloud, so the refresh token can’t renew automatically.

2 Likes

Hi @Renato_Matyasi Welcome!
For the expiring google console credentials please consider publishing your console app and that would make it work and not expire as it does now.

1 Like