使用 Dropbox API 编写网络应用程序

发布于 2024-12-11 11:48:55 字数 330 浏览 0 评论 0原文

我想编写一个使用 Dropbox 进行云存储的网络应用程序。 如果我理解正确的话,我应该使用 Restful API 来实现这一点。

此文档存在并且非常好,但作为 Restful API 的新手,我很乐意看到并尝试使用此 API 的简单示例。

我的问题是:

  1. 我认为 Rest API 是正确的选择是否正确?
  2. 有没有一个快速简单的例子(也许是一个活生生的例子)让我继续下去?

谢谢!

I would like to write a web app that uses Dropbox for cloud storage.
If I understand correctly, I should use the Restful API to achieve that.

This documentation exists and is quite good but being a newcomer to Restful API I would love to see and play with a simple example that works with this API.

My questions are:

  1. Am I right to assume that Rest API is the way to go?
  2. Is there a quick and easy example (Maybe a live example) to get me going?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

渔村楼浪 2024-12-18 11:48:55

当您用“ajax”标记您的问题时,我想您想完全在客户端执行此操作(除了一些代理代码能够跨域发出请求)?我自己还没有尝试过,但是 google 代码上的 dropbox-js 可以至少会给您一些想法(如果 Dropbox API 自 2010 年 6 月以来没有发生太大变化,它甚至可能开箱即用)?

更新:没有“下载”,但您可以浏览源代码中继代码在这里

as you tagged your question with "ajax", i presume you want to do this entirely client-side (except for some proxy-code to be able to make requests accross domains)? I haven't tried it out myself, but there's dropbox-js on google code which will at least give you some ideas (and if the Dropbox API didn't change too much since June 2010 it might even work out of the box)?

Update: there's no "download", but you can browse the source code of trunk here.

爱给你人给你 2024-12-18 11:48:55

这是一篇关于这个问题的长文
对 Javascript 应用程序的一些热爱以及代码示例、演示等

Here's a lengthy article on the matter
Some love for Javascript Applications with code samples, a demo etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文