I have a VBA script which converts an Excel file to a PDF then saves it to a Google drive folder via Google Drive desktop sync.
What I would like to do is then have a Google script trigger monitor the given folder and each time a file is saved there it runs a script to email the file. I I have the script working fine when running on a time based trigger, every 15 minutes, but would prefer a realtime solution.
So i'm after like a onChange() trigger but for Google Drive.
possible?
thanks