spektom / dropbox-upload

Script for uploading files to Dropbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dropbox-upload

Script for uploading files to Dropbox.

Prerequisites

  • Python3
  • For Python dependencies, see requirements.txt
  • Create a Dropbox app, and acquire its access token.

Running

DROPBOX_TOKEN=<Your App's Token> ./dropbox-upload.py /path/to/<File to upload>

Please note that:

  • Existing files are overwritten.
  • Uploaded files are placed under /Apps/<Dropbox App Name>/

About

Script for uploading files to Dropbox

License:Apache License 2.0


Languages

Language:Python 100.0%