1.0.8 • Published 8 years ago

dropbox-uploader v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Upload file to dropbox.

install:

npm install dropbox-uploader
npm install dropbox-uploader -g //for cli

usage:

use cli command to upload file to dropbox.

dropbox-uploader <localFilePath> <remotePath> <token>

  
var uploadFile = require('dropbox-uploader');
uploadFile(localFilePath,remotePath,token,callback);

Create new app in dropbox and generate OAuth 2 token, This value is the token.

1.0.8

8 years ago

0.7.5

11 years ago

0.7.4

11 years ago

0.7.3

11 years ago

0.7.2

11 years ago

0.7.1

11 years ago

0.7.0

11 years ago

0.6.2

11 years ago

0.6.1

11 years ago

0.6.0

11 years ago

0.5.0

11 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago