cloudcmd/lib/client/storage/dropbox
2013-01-14 04:37:19 -05:00
..
doc updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
lib updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
samples/checkbox.js updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
src updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
test updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
.gitignore updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
.npmignore updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
.vimrc updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
Cakefile updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
LICENSE.txt added ability to upload files to dropbox 2012-12-17 10:52:33 -05:00
package.json updated dropbox library to v.0.8.1. 2013-01-14 04:37:19 -05:00
README.md added ability to upload files to dropbox 2012-12-17 10:52:33 -05:00

Client Library for the Dropbox API

This is a JavaScript client library for the Dropbox API, written in CoffeeScript, suitable for use in both modern browsers and in server-side code running under node.js.

Supported Platforms

This library is tested against the following JavaScript platforms

Keep in mind that the versions above are not hard requirements.

Installation and Usage

The getting started guide will help you get your first dropbox.js application up and running.

Peruse the source code of the sample apps, and borrow as much as you need.

The dropbox.js API reference can be a good place to bookmark while building your application.

If you run into a problem, take a look at the dropbox.js GitHub issue list. Please open a new issue if your problem wasn't already reported.

Development

This library is written in CoffeeScript. This document can help you understand if that matters to you.

The development guide will make your life easier if you need to change the source code.

Platform-Specific Issues

This lists the most serious problems that you might run into while using dropbox.js. See the GitHub issue list for a full list of outstanding problems.

node.js

Reading and writing binary files is currently broken.

Internet Explorer 9

The library only works when used from https:// pages, due to these issues.

Reading and writing binary files is unsupported.

The library is Copyright (c) 2012 Dropbox Inc., and distributed under the MIT License.