Google Drive Trigger > fileCreated doesn't detect multiple files created in a folder

Hey guys,

I am encountering difficulties with the fileCreated method of the Google Drive Trigger.

When I move multiple files to the folder, the API returns only one file. Is there a way to retrieve all the newly created files in the folder within a one-minute interval?

Here are my settings to detect the new files within the folder:

Here is the execution log after i moved 2 files to the folder:

  • n8n version: 1.97.1
  • Running n8n on Railway using their templated community edition

I think it’s quite the same as this one.

Although it’s talking about calendar.


If you hit the button execute workflow manually.
It will only show one item.

But if you activate the workflow and wait for it.
You will see all items you upload.