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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Using the Dropbox Datastore API in Python

39 点作者 sean_lynch超过 11 年前

6 条评论

bsimpson超过 11 年前
This could be a fantastic opportunity for startups to scale more quickly without most of the per-user costs. If the user brings his own storage, I don't have to pay Google/Amazon/etc. to put the user's data in my app's datastore. Since Dropbox has utility to the user beyond just my app, I don't have to convince the user to start a subscription with me to cover his share of my costs; he already has a Dropbox account. As long as Dropbox comes with 2GB free storage, he doesn't even have to be a paying customer.
instaheat超过 11 年前
I love the sound of this but remain cautiously optimistic. One thing that immediately comes to mind: How do you prevent the user from breaking their own user experience by deleting folder X or moving file Z?<p>My thought would be to create a locked folder accessible only by APPX and then if the user decides they don&#x27;t want to use the service any more and revokes permission to APPX the folder gets deleted.
评论 #6636647 未加载
评论 #6637371 未加载
评论 #6638543 未加载
bsimpson超过 11 年前
I wonder if Guido is behind this. He wrote the Datastore API for AppEngine, and transferred to Dropbox last year.
评论 #6636569 未加载
tonyplee超过 11 年前
Any benchmarks? Number insert &#x2F; second? Num of query &#x2F; second?<p>What are the limit on number of records, number of field (column?) in a table? How many tables can one have?<p>How often is the commit? Is it commit to local&#x2F;fs or to the cloud (under what condition)?<p>How does the datastore sync from different devices works?
评论 #6637347 未加载
krallin超过 11 年前
I wonder whether it&#x27;s intentional that the tutorial isn&#x27;t &quot;copy-pastable&quot;.<p>Specifically, it does not spell out any of the imports, and uses very large except clauses.
评论 #6638222 未加载
msoad超过 11 年前
If I knew Python more I would write a Sublime Text plugin that syncs my settings over Dropbox.
评论 #6637690 未加载