Skip to content

Pompeu/dropbox-api-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropbox-api-v2

dropbox-api-v2 wraper

Exemple

you can check testes for more exemples

const Dropbox = require("dropbox-api-v2");
const dropbox = new Dropbox();
const options = {
  folder : 'add/your/folder',
  token : "Bearer your token here"
};

dropbox.createFolder(options)
  .then(data => {
    console.log(data);
  })
  .catch(err => {
    console.log(err);
  });

Methods

    dropbox.createFolder(options);
    dropbox.getFolders(options);
    dropbox.download(options);
    dropbox.upload(options);

Must See

Check tests for see all options.

You can se another options for use outhers endpoints of api.

Testing

for run teste you will need create acount in dropbox, and add your bearen key in tests/token.json

About

dropbox-api-v2 wraper

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages