dbxcli
dbxcli copied to clipboard
A command line client for Dropbox built using the Go SDK
I want to use this tool to push a build artefact into my Dropbox, from a Gitlab CI/CD process which is running inside a disposable Docker container spawned (and then...
Is there a way to ignore files as we do with `.gitignore` in Git, similarly to what is proposed [here](https://github.com/rozbb/DropboxIgnore)?
I would love to see a recursive `put`. I have a huge folder (35gigs) that I need to get into dropbox and I can't figure out how. Zipping it up...
I have use a python sdk https://github.com/dropbox/dropbox-sdk-python When I upload a 2GB single file it can go 800Mbps/s but dbxcli only can go about 200Mbps Upload speed is very unstable...
When `dbxcli mv` fails, it outputs an error message, but then returns "success" to the shell. That makes it difficult to catch errors in shell scripts. If there is an...
Upload a large video file from Linux server to dropbox account using dbxcli by this command: ``` dbxcli put dir/video.mp4 / ``` After long long time uploading waiting, the command...
I tend to use multiple accounts on Dropbox and would like to be have something like a `--profile=(email)` option for `dbxcli` to chose the account.
I would like to run Dropbox client on my home fileserver in a container. I can use the current official client, but it comes with a number of dependencies (Python,...
When I use RM to delete a file in my dropbox it work fine but return `Error: unexpected end of JSON input`  Regards :octocat: