TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introducing the Dropbox Sync API

53 点作者 sean_lynch超过 12 年前

5 条评论

nicholassmith超过 12 年前
This is pretty cool. Given how many developers are somewhat unhappy with iCloud's reliability and what not it'll at least provide another choice. Might even spur Apple to try and make it work better than it currently does.
bryanh超过 12 年前
Very cool! Dropbox still sorely needs event driven webhooks or a stream of sorts. Their /delta is solid but requires an <i>insane</i> amount of data to catch up if I just want notifications of recent changes.
habosa超过 12 年前
This is, hopefully, an example of how thin client devices will eventually take over. I am writing this from a Chromebook, which I love but unfortunately is hamstrung by the fact that wireless internet is not yet 100% reliable. Once we guarantee that we will have internet nearly everywhere and with a reasonable price tag/battery effect, all files will be accessed through APIs like this one.
magsafe超过 12 年前
iCloud offers one benefit over this, which is iCloud allows record-level syncing (for SQLite databases using CoreData).<p>Dropbox is file-level syncing. So if you have a database app managing many records in tables, Dropbox will sync the entire database when even a single record changes. iCloud would only sync the record(s) than changed.
评论 #5179851 未加载
jayfuerstenberg超过 12 年前
I was hoping to hear about rate limits (how many events can be handled in N seconds) and/or maximum number of requests per day by a given App ID.<p>Did I miss any mentions of these, or are there none?<p>Dropbox has my attention in any case. I might just incorporate this in my current project.