Google Drive Trigger - Bug

Google Drive trigger keeps outputting the incorrect file id and name. I thought it might of been an issue with my workflow but I created a new workflow and tested just the “Google Drive Tigger - Changes to a specific file”, I changed the file type to ID and entered a google docs id. I tested the node and looked in the output table and it is showing a completely different id and doc name to what I wanted.

Please share your workflow

Information on your n8n setup

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

Hey @tainoooo

Thats abit odd, maybe worth restarting the instance, I’ve used this node without any issues :confused: maybe a restart will help.

Best regards,

Samuel

Thank you, I will try this out.

I am using the cloud and restarting the instance is as simple as saving the workflow or refreshing the page. This did not work.

@tainoooo in using n8n cloud on the dashboard when you first login, you should be about to manage the instance and restart it.

saving and refreshing isn’t the same but can help sometimes.

Best regards,
Samuel

I’m running into the exact same issue! The google drive trigger, is retrieving a completely different file. This is critical and could lead to critical error even data breach! Sending the wrong files to the wrong people… I’m surprised it hasn’t been fixed by now. More details on my case: Hosted n8n (paid) , personal workflow –> google drive trigger –> trigger on changes to a specific file –> file by ID, URL, Name (none of them worked!!) –> The file retrieved is a different and random (I got different ones). The folder is a shared folder, so I suspect it’s taking the latest file modified in that folder BUT, I need it to be this exact same file. I have added a workaround to check the file id before continuing with the flow. However, given the popularity of n8n and the fact that more and more users less tech (like me) copy pasting workflows from tutorial online without testing… well I’m worried these type of errors go un noticed and without a fix for so long :frowning: Please I hope I’m wrong and that is just me not doing this correctly!