Hi everyone,
I’m facing a serious issue with the Google Drive Trigger node (File Created
) in my n8n workflow.
It keeps throwing the following error multiple times per second, flooding the executions list:
The connection timed out, consider setting the 'Retry on Fail' option in the node settings.
Scenario details:
- Node:
File Created
(Google Drive Trigger) - Polling mode:
Every Minute
- Target folder is correctly selected (no subfolders)
- Google credentials are authenticated (no auth errors)
- VPS has stable internet
- However, the node is generating multiple failed executions per second, not just once per minute
Screenshots:
- Trigger node configured correctly
- “Retry on Fail” option is not available in trigger nodes
- Executions history shows continuous errors every second
Is this a bug in the Google Drive Trigger node?
Has anyone faced this before?
Any recommendation on using a more stable, webhook-based approach for Google Drive file creation detection?
Thanks a lot for any help!