Using the Datastore API in JavaScript
dropbox.com
Using the Datastore API in JavaScript
1–7 of 7 posts
Re: Using the Datastore API in JavaScript
#2Re: Using the Datastore API in JavaScript
#3[deleted]
The Datastorage API makes Dropbox a "copy" of iCloud: You can sync stuff between devices. This was possible since the beginning of Dropbox but it was a lot of work for developers. Syncing is not an easy problem to solve.
Re: Using the Datastore API in JavaScript
#4Does anyone know who is leading DataStore efforts inside Dropbox? I'd like to chat as we have something complimentary coming.
Re: Using the Datastore API in JavaScript
#5Dropbox-as-a-backend is an interesting angle compared to other cloud providers as the user can be truly in control of his data. Does anyone know who is leading DataStore efforts inside Dropbox? I'd like to chat as we have something complimentary coming.
Re: Using the Datastore API in JavaScript
#6The keyword there is "JavaScript", i.e. the application talks directly to the storage from the browser, traffic (data) doesn't have to go via the application providers servers. I've talked to a lot of people who prefer the idea of bringing their own storage and virtually all much prefer direct comms with the storage back-end (once it's explained). Privacy is always high up the list of important things for users.
Dropbox started on this a bit later than Google, but as a developer I've been very impressed with the direction they are taking at technical level and the way they've listened to what developers have fed back. I'm liking their platform from a dev perspective more and more.
I'm rarely positive about anything, it causes me pain. If any part of the above is quoted, I will deny it.
Re: Using the Datastore API in JavaScript
#7Dropbox-as-a-backend is an interesting angle compared to other cloud providers as the user can be truly in control of his data. Does anyone know who is leading DataStore efforts inside Dropbox? I'd like to chat as we have something complimentary coming.