I am encountering difficulties with multiple files create using Google Drive Trigger. When I create multiple files, 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?
The system your describing could be setup but it would be a little advanced, is there a reason you can’t just watch for a new folder and then fetch all files within the folder?
what i mean is when i create multiple file at the same time, the trigger does not capture for each file but only for one fille, so that make only one item exist in output.
Is anyway to capture all file has been created?