emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
5.07k stars 330 forks source link

Which event type should I look for if I am watching a Google Drive directory for new files? #314

Open corroded opened 1 year ago

corroded commented 1 year ago

I tried watching for --event Created but it doesn't trigger. When I tried without it, it triggers before the file is fully synced. 🤔