CarlosMecha / dropbox-uploader

A python script to upload individual files to your personal dropbox account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dropbox Uploader

A python script for uploading files to your dropbox account.

This script is based on a python sdk example.

Requirements

  • Python 2.7
  • Dropbox Python SDK

Configuration

A token must be provided as environment variable:

$ DROPBOX_TOKEN='my_token'

You can get your personal token from here.

An optional remote path can be set up defining DROPBOX_PATH env variable.

Run it

$ python dropbox-uploader.py my-file.txt

About

A python script to upload individual files to your personal dropbox account

License:Apache License 2.0


Languages

Language:Python 100.0%