Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get Notified when a file changes on dropbox

Does dropbox have a way of notifying when a file changes i.e arrival of new uploads or a file has changed.

like image 856
Gandalf Avatar asked Sep 09 '25 16:09

Gandalf


1 Answers

Though you will still have to poll, there's a relatively new API endpoint called /delta that will let you poll much more efficiently than the /metadata endpoint.

It's better than using the RSS feed.

like image 65
Kannan Goundan Avatar answered Sep 14 '25 00:09

Kannan Goundan