Man, I really don't want to come off as a hater at all, but I never got the dropbox hype. They seriously have a developer conference now? Yikes.
Dropbox introduces new API features
21–30 of 38 posts
Re: Dropbox introduces new API features
#22Man, I really don't want to come off as a hater at all, but I never got the dropbox hype. They seriously have a developer conference now? Yikes.
Re: Dropbox introduces new API features
#23Man, I really don't want to come off as a hater at all, but I never got the dropbox hype. They seriously have a developer conference now? Yikes.
[deleted]
Re: Dropbox introduces new API features
#24Earlier quoted context omitted.
It's a step toward evolution: Dropbox becoming a platform and not just a cloudy app. I wonder, though, about the amount of storage available at the free level -- is it enough to support a true platform?
isn't dropbox built on top of amazon? Isn't it a platform on a platform at that point?
Re: Dropbox introduces new API features
#25I love the idea of cloud apps that use user-provided datastores. It makes it both cheaper for a startup (because they can crowdsource their data storage) and easier for users to control what data services have about them. Google Drive already provides a service whereby I can store a user's data in his Drive account without cluttering his filesystem with my app's metadata. Dropbox Datastores sounds like a similar feature, but it's way less appealing to me if I can't talk to it from my backend.
Re: Dropbox introduces new API features
#26Man, I really don't want to come off as a hater at all, but I never got the dropbox hype. They seriously have a developer conference now? Yikes.
Now, there's nothing in that which justifies having a developer conference. I definitely do not understand that. But the Dropbox service itself deserves the praise it gets.
Re: Dropbox introduces new API features
#27Can anyone who uses the Dropbox API tell me if these features are significant? From my .Net developer's point of view, I am not seeing why these aren't just weak versions of the Azure storage capabilities or Amazon's S3. It's nice to be able to target DropBox as a storage location but that's a pretty rare use-case for me. Especially since their security store is incomplete.
I think fundamentally Dropbox's move away from the filesystem by exposing an API like this and through application acquisitions (music and mail) is about trying to become the Apple of personal data. Dropbox has done a phenomenal job of taking a complex challenge (file sync) and making an incredibly simple user experience. Extending that strategy into other common tasks with new and purchased apps could be very succes…
How would this benefit dropbox?
Re: Dropbox introduces new API features
#28Earlier quoted context omitted.
Well, from a quick look at the Datastore API, they provide conflict resolution and offline support, which are pretty big if you're working on a mobile application.
How do they do actual conflict resolution? The example they give is address changed on one device and e-mail on another. That isn't a conflict.
https://www.dropbox.com/developers/datastore/tutorial/ios#co...
They have a few naive conflict resolution rules that you can choose from. The granularity is per field. They do have an option that attempts to be smart about array-valued fields.
Re: Dropbox introduces new API features
#29It seems strange to me that they are bragging about syncing between mobile and the web, but the only web SDK they provide is for JavaScript - I can't even find REST documentation for the Datastore API. I love the idea of cloud apps that use user-provided datastores. It makes it both cheaper for a startup (because they can crowdsource their data storage) and easier for users to control what data services have about th…
Re: Dropbox introduces new API features
#30I look forward to kicking the tires, since I've been looking for a solid replacement for Parse ever since Facebook bought them.