


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. Head to (sign in if necessary) and choose "Create app".Now we need to pause for a second to get development keys. 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.
