Google Drive Trigger does not consistently fire

When using the google drive trigger to watch a folder for filecreated, when you upload multiple files at the same time, the trigger does not fire for each file, but only fires once.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • **n8n version: 1.27.2 **
  • Database: postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): queue
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: ubuntu 20

This may just be the nature of the API, that if you upload multiple at the same time it’s considered one upload action.

You may be able to just add in an if node right after the trigger to check if there is more than one file so you could get it set up so that it doesn’t matter

Let me know if you know what i mean

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.