Looking at using a server (ubuntu) to implement a new feature to a dropbox app I've already built.
The feature would be a simple -- user of app selects file, which is then duplicated to a special user of my app (which happens to be a linux box with the dropbox-linux sync tools installed).
Both 'users' are normal dropbox user account (not business type accounts).
The question is, its been a while since I tried using the dropbox linux stuff as found here: https://www.dropbox.com/install-linux
Any limitations anyone wants to warn me about as compared to the win/apple versions? I'm sure there are lots of issues, but only ones I think that might be a concern to me are performance related (slower then on mac/pc), or reliability issues not easily addressed by some process monitor or something.
Of course could implement what I'm thinking with a 'server' running osx/win but that's no fun, much rather spin up what I want to do using the latest dev methods on VM type worlds.
--Brian