Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Repository files navigation

Dropbox Upload

Oneliner to Upload Large Files to Dropbox

Upload single file

import { upload } from '@lmes/dropbox-upload';

upload(
  { refreshToken: '', appKey: '', appSecret: '' },
  '/tmp/video.mp4',
  '/videos/video.mp4'
);

Upload folder

import { uploadDir } from '@lmes/dropbox-upload';

uploadDir(
  { refreshToken: '', appKey: '', appSecret: '' },
  '/files',
  '/dropbox-folder'
);

About

One-liner to Upload Large Files to Dropbox

Topics

Resources

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages