Live data from Hacker News

Datastore API (beta)

dropbox.com

1–10 of 88 posts

Re: Datastore API (beta)

#2
For the iOS library specifically, I wonder if it would be possible to build a library that would (nearly) automatically map a core data store in to this Datastore API. If so, including such functionality would make the library a no-brainer for many.

Re: Datastore API (beta)

#6
What is the long term vision here? Is the idea that consumers will have little apps here and there that will procedurally interact with the owner's data on Dropbox? Or, is Dropbox making a product along the lines of S3 so that backends can consider using it too? I guess given how expensive space is at this point, that's not really an option.

Re: Datastore API (beta)

#7

For the iOS library specifically, I wonder if it would be possible to build a library that would (nearly) automatically map a core data store in to this Datastore API. If so, including such functionality would make the library a no-brainer for many.

I think with NSIncrementalStore it would be totally doable, and a great alternative to Core Data Sync.

Re: Datastore API (beta)

#8
Something I don't get about Dropbox API: Why can't I just throw URLs at it?

If a user wants to save , I have to pull it to my server and push it into Dropbox. Dropbox could just have grabbed it directly and in many cases, won't even have to thanks, to system-wide caching.

(This is based on the last time I looked at the API; maybe this is supported now, but I don't think so.)

Re: Datastore API (beta)

#9

What is the long term vision here? Is the idea that consumers will have little apps here and there that will procedurally interact with the owner's data on Dropbox? Or, is Dropbox making a product along the lines of S3 so that backends can consider using it too? I guess given how expensive space is at this point, that's not really an option.

dhouston has said more than once that he wants dropbox to be the filesystem of the internet.
Post reply on HN