Skip to content

Dropbox uploader is a Python script wich can be used to upload any kind of file to DropBox. This sript does work with the API v2.

License

Notifications You must be signed in to change notification settings

eduardogpg/dropbox_uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dropbox Uploader

Dropbox uploader is a Python script wich can be used to upload any kind of file to DropBox. This sript does work with the API v2.

Getting started

First, clone the repository using git:

git clone https://github.com/eduardogpg/dropbox_uploader.git

Save your ACCESS TOKEN in a environment variables. The access token can be obtained after you have created your application in the follow <a href="https://www.dropbox.com/developers", target="_blank"> link

Open the script and replace <ACCESS_TOKEN_DROPBOX>for the name of your environment variables.

install DropBox, using:

pip install dropbox

Usage

python dropbox_uploader.py path_file
python dropbox_uploader.py path_file dest_path

If we dont especify the dest_path the default will be the same route (path_file)

Developer

@eduardo_gpg

License

MIT

About

Dropbox uploader is a Python script wich can be used to upload any kind of file to DropBox. This sript does work with the API v2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages