
We would love feedback from you, our users, to guide what to build next and how to improve the tool. We need your help!ĭbxcli is under active development! As you can see from the API docs, we only support a small number of features today and have only scratched the surface of what's possible. The -verbose option will turn on verbose logging and is useful for debugging. Use "dbxcli team -help " for more information about a command. Use "dbxcli -help " for more information about a command. as-member string Member ID to perform action as It is easy, scriptable and works on all platforms ! Use dbxcli to quickly interact with your Dropbox, upload/download files, Run dbxcli -h for a list of supported commands: Congrats, we're done! Usageĭbxcli is largely self documenting. Run go build, and you'll see a dbxcli binary has been created in the current directory. Replace the value for personalAppSecret with the secret from the webpage.įinally we're ready to build.Replace the value for personalAppKey in root.go with the key from the webpage.You'll be presented with a dashboard with an "App key" and an "App secret".Use the Dropbox API and give it Full Dropbox access.


cd ~/go/src//dropbox/dbxcli (adapt accordingly based on step 2).That's right, you don't manually clone it, this does it for you. For example, mkdir $HOME/go or mkdir $HOME/.go.

Make sure git, go, and gox are installed.For newcomers the go build process can be a bit arcane, these steps can be followed to build dbxcli yourself.
