Hacker News new | ask | show | jobs
by minimaxir 4545 days ago
Out of curiosity, how many new apps use the Dropbox API, or the new Data Storage API? I haven't heard much on that front.
1 comments

I have no idea how many use it, but I've implemented it in one of my apps and it is pretty fantastic. I plan to use it in more in the future.
Does it work offline at all? I took a brief look at the API, and it seemed like any time you wanted to make a change to the data it needed to talk to the server.
It makes the changes locally, and then syncs when you get a connection later.
let us know if we can help!