A CLI tool for one-way sync of a given directory towards Dropbox
- Create an app at App Console and retrieve an access token
- Execute the script like below to upload your target directory:
$ export DSYNC_ACCESS_TOKEN="__YOUR_ACCESS_TOKEN_HERE__"
$ python dsync.py ~/Desktop/example-directory
- Why not use an official client?
- Because there’s no official way to upload files stored in external device such as USB memory (in my case it's
/Volumes/sdcz43
).
- Because there’s no official way to upload files stored in external device such as USB memory (in my case it's
$ ./dsy init
$ ./dsy lint