Which remotes support polling?

Looking at backends source code it is implemented for:

OneDrive
Google Drive
Dropbox
Box

I also used grep:)

In backend directory:

grep -R "ChangeNotify" *
1 Like