Google Drive Trigger Node

Hello,

I’ve created a workflow where a CV in Google Drive’s folder is analyzed by an AI and the summary is appended to the Google SHeets. My flow is working perfectly fine execpt for the Google Drive trigger node. Though it is not showing any errors, it is just not able to get any new file uploaded to that folder such that it automatically processes the new data. Below is the first half of my workflow, where I’ve added the Drive’s trigger node. I’m using N8N’s cloud server and have used O Auth 2 on drive’s trigger node whereas the remaining workflow uses google’s service account.

I’d appreciate if someone could help me out.

In n8n ‘Google drive trigger’ node isn’t like webhook, I mean it won’t run immediately whenever you upload anything on your drive, rather it will run periodically on every minute (as you have set poll time = ‘every minute’) and will check is there any new file uploaded.

I waited for a few minutes but it didn’t.