Does dropbox have a way of notifying when a file changes i.e arrival of new uploads or a file has changed.
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.