|
|
|
|
|
by banana_bread
5084 days ago
|
|
I've used the dropbox API before to automatically upload photos in a dropbox folder to Flickr. It occurs on an interval (cron job every 2 mins). I'm sure you could do the same thing using FTP or a custom API that exists on your destination server. |
|
In all cases you get a delete (if the file isn't new) and then a new file event.
I implemented it, and it kinda sucks for this sort of thing. The purpose seems to maintain local state to mirror the state on Dropbox. Not terribly interested in that...I just want to subscribe to specific events (webhooks, anyone?).
This was their solution to the frequently requested webhooks. It falls short. Way short.