1.0.8 • Published 8 years ago

dropbox-upload v1.0.8

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

Upload file to dropbox.

install:

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

usage:

use cli command to upload file to dropbox.

dropbox-upload <localFilePath> <remotePath> <token>

  
var uploadFile = require('dropbox-upload');
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

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago