dbxcli
dbxcli copied to clipboard
A command line client for Dropbox built using the Go SDK
I haven't put any thought into how this can be done, but I'd like to have the ability to do things like this: `dbxcli mv *.jpeg MyPictures` Go has regex...
Currently I can only restore a file if I know its `revision`. But imagine that somehow a bunch of files got deleted and I didn't got their `revision` or their...
Just wanted to start a discussion on unit testing, since @diwakergupta and @GrantSeltzer mentioned it and it's been on my mind as well. Should we mock all the API responses?...
I would assume based on the following help text that put can take a source (local file) argument, and/or an argument that represents a location on the users dropbox account...
We can implement the `/permanently_delete` endpoint: [Link](https://www.dropbox.com/developers/documentation/http/documentation#files-permanently_delete)
As mentioned by @diwakergupta in a comment on #49, performance can be greatly enhanced by levering Go's builtin routine mechanisms. Candidates for this include `rm`, `mv`, and `cp`
Hi, is there any way to pass dbxcli and argument with the auth.json path? We're currently using a couple of Jenkins jobs working with different Dropbox accounts and we have...
I have a link to a public folder (i.e. not my account) with many files in it, and it's too big to download the whole thing via the web UI....