https://github.com/alvinometric/dropbox-transfers
Node.js utility script to upload files to Dropbox
https://github.com/alvinometric/dropbox-transfers
dropbox-api
Last synced: 11 months ago
JSON representation
Node.js utility script to upload files to Dropbox
- Host: GitHub
- URL: https://github.com/alvinometric/dropbox-transfers
- Owner: alvinometric
- License: mit
- Created: 2022-08-07T09:35:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T16:50:52.000Z (about 3 years ago)
- Last Synced: 2025-04-13T10:13:14.346Z (11 months ago)
- Topics: dropbox-api
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dropbox-transfers
Node.js utility script to upload files to Dropbox using the `files/upload` endpoint, which only accepts files that are less than 150MB.
You can [read the API docs](https://www.dropbox.com/developers/documentation/http/documentation#files-upload) for more info.