And one of the Dropbox board members was an ardent supporter of this and other despicable practices(also known as torture).
If Daniel Levine is fine with this, then I am definitely not fine with paying, using or promoting his product API.
edit: I switched to spideroak and am quite happy with the product.
http://bits.blogs.nytimes.com/2014/04/18/protests-continue-a...
I hope these protests hurt Dropbox's image and business and they replace Rice with someone who isn't a war criminal.
Even if they end world hunger.
I really don't get the culture here sometimes. Eich gets hung out to dry (which is something I still agree with, for the record) but Rice more or less gets a free pass, despite Rice having been responsible/complicit in a hell of a lot more evil in the world?
Rice does not inspire confidence with a company handling private data.
But the reputation of USA as the leader of the free world is safe,we can now give the russians moral lessons.
You can also ping me at levine at dropbox
How do you feel about working for a company that employs a war criminal on their board of directors, and that lied to the public about its collusion with the NSA over PRISM and other warrantless surveillance programs?
There are rate limits (per user) on the Dropbox side, but they're pretty high. I think the bigger concurrency issue is going to be on your end (making sure you don't process the same changes multiple times). Taking a lease per-user is a good start, and we're going to publish a more advanced sample in the coming weeks that uses a queue to really eliminate duplicate calls.
P.S. Also eagerly waiting for your Shared Folder API [1] :)
curl http://127.0.0.1/whatever -d '{"deltas": {"users:" [12345]}}'
Another possibility is to use a tool like ngrok or localtunnel, which is what some of our beta testers did.
Dropbox works equally well across platforms with near 0 synchronization issues. It's just a folder. They aren't trying to add cloud to their own platform, they don't care what device you use or if you use Apple's word processor or Microsoft or Google Docs.
Dropbox has has a firebase/Parse style API you can use to build applications that store that application data in the cloud.
My favorite Dropbox API uses:
automatic syncing of O'reilly Media books. Whenever O'reilly updates one of their ebooks, I always have the current copy, because O'reilly syncs it with Dropbox.
1Password synching.
automatic Hackpad backups (they had that even before they were bought).
I installed this new app the other day, Trickster from the Mac App store, it automatically detected I was using Dropbox.
But I'll mention some negatives:
Those new recent android apps were really bad and I uninstalled them. Carousel and that other one, I don't even remember what it was now. They were just terrible apps, at least on my Galaxy S4.
Multiple Dropboxs. New feature, but I can run my work and home dropbox at the same time and they sync to different folders.
Sharing is cleaner. When I invite a Dropbox user to a share, the share appears in their drive. With Google drive, they get access to the share web only but it doesn't sync to their drive. The UI to get it to sync to drive isn't clear, so I end up doing a lot of 'support'
I also find the Google Drive .gdoc files bizarre. They aren't actual files, users don't understand you can't copy them out of the drive to back them up, etc.
PRISM is basically a secure upload endpoint, not some automated, unaccountable, secret data siphoning tool. (Though they have those as well..)
If I were a popular enough internet company to get frequent NSL requests, it would only make sense to sign up. I have to provide the data, might as well make it as painless as possible.
I'm really anxious about Canonical releasing the Ubuntu One Server project as open source https://launchpad.net/ubuntuone-servers, soon as it happens I will dedicate to make it mainstream. Can you imagine the possibilities? decentralized synchronization, multiple storages protocols like S3 or FTP.
File synchronization is a hard thing to do, but I don't see common sense on making it centralized. Really have high hopes when Ubuntu One is released.
At the risk of sounding like a shill, that's already possible with git-annex. It's decentralized, and it supports remote storage on S3, FTP, rsync, Webdav (e.g. Box.com), Tahoe-LAFS, Google Drive, Mega, SkyDrive and more.
I personally have a node on my laptop, one on my VPS, one on my RaspPi, one on my Nexus 7 and a bucket on S3, all happily syncing.
* We know which type of real-time we're talking about...
We'll have a look at this after our next release.
On the same note, it would be cool to have this protocol to drive the development of Dropbox (and other file storage services for that matter) in the same way that Git drives what is capable on Github.
This is interesting because we (rsync.net) would then "freeze" that python app[1] (whatever it ends up being) and let users clone and sync a dropbox to their rsync.net account.
We already do this with s3cmd and git, and dropbox would be a nice addition.
[1] We don't allow interpreters (python, perl, shell) in our environment, so we have to "freeze" python to a binary exe.
[1] https://www.dropbox.com/developers/core/docs#longpoll-delta
For example, a little under a year ago I released a mobile writing app that synced using the Dropbox Sync API. Right out of the gate there were problems syncing large documents, specifically due to slow mobile connections. The webhooks functionality (while I haven't launched a version of the app that implements this) allows me to check for changes quickly on a server before syncing files on the user's device.
Kudos to the team on adding a much-needed feature to the Dropbox functionality.
http://www.mercurynews.com/business/ci_25762917/condoleezza-...
I would love to see a canonical list of alternatives to Dropbox, I still have 30GB in free layers(thanks University promotions), but the more I think about it, the less I want to keep using Dropbox.
So some options are to set up your ownCloud at VPS, use Google Drive, or Microsoft Skydrive or something else.
Problem with latter two is that those are not exactly highly ethical choices either.
On the other hand ownCloud fails the grandma test something that Dropbox has been excellent at.
What other options are there?