Skip to content

alonhar/dropbox-fileupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published