A Python script to download and upload content from/to your Dropbox.
##Features :
-
Can traverse user's Dropbox directories recursively thus the script works even if there is any level of nesting of folders.
-
Authentication from Dropbox is required only once.
-
You can manually edit the tokens.cfg file to put your own app keys.
-
For first time users, browser is opened automatically with required URL.
##Dependencies :
Install config module, which doesn't comes preloaded with the default python modules with IDLE on windows or with Ubuntu.
##How to use :
-
Install dependencies.
-
Put your app keys and app secret in tokens.cfg.
-
You will need to authenticate in the browser for the first time.
##TODO :
- Use Dropbox Delta function to provide an option to downloading only changed files.
- Analyse response to download only images.
- Use chunked upload.
- Support for checking version history of a file.