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
4.96k stars 327 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 9 months ago

corroded commented 9 months 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. 🤔