Context:
I’ve set up a ‘Trigger on Changes involving a specific folder’ in Google Drive node, and tried ‘Watch for File Created’ and ‘Watch for File Updated’. The polling time is set to ‘every minute’. The workflow is active.
Actions:
I add a file (tried pdf and google doc) to the selected folder and wait 1 minute, nothing happens. There is no error, is just doesnt trigger the workflow.
I face the same and know other people facing the same, the fileCreated is simply unreliable, from 5 files created in the same folder with 5-10minutes apart from each other, only two files resulted in a trigger being executed. there was absolutely nothing different in the creation process of each file.
I am also encountering the same challenge. In my test environment when I manually trigger the node it works just fine, but when I switch the workflow to “active” and move a file into the Google Drive folder nothing happens - same as OP - no error either - just doesn’t trigger altogether. It’s also concerning hearing about @Simpl8’s issue with multiple file uploads as I plan on requiring the same capacity for back-to-back file uploads. @gualter any further insights on the challenges with this node?
To answer some of the same questions that were asked of OP, I am running on n8n cloud, and my authentication is working for Google Drive because I the test trigger works and because I have many other steps downstream in my workflow that are working with Google Drive.
Hi , Has anyone found a solution to this issue, or do the polling nodes just not work? I’ve tried every suggested change, and none have worked. The nodes work fine if tested manually, but with workflow active, I haven’t had a single file recognized.
After much trial and error, I’ve found a pattern that works for me.
It always failed when I copied or moved a file to the Drive folder from within Google Drive itself.
I downloaded all the files to my local device, created a new folder in Google Drive, and uploaded the files again, and it seems to work when I put it into production.
In summary, if I now upload any file from my local device to the Google Drive folder, it works.
But if I copy or move it from another Google Drive folder, it doesn’t trigger the action.