dbxcli
dbxcli copied to clipboard
A command line client for Dropbox built using the Go SDK
This is a feature request/enhancement. I would love to see the ability to created a shared link with the CLI. I share PDF proofs or other files with clients several...
I have an uploading script that calls dbxcli once for every file in a list sequentially (one at a time). I gave it about 30 files and about half of...
I use multiple Dropbox accounts for different purposes. How does the OAuth authenciation decide which of my accounts it is authorizing against? Or how can I control which one is...
👋 Hi guys, Would be cool if there was created a [Homebrew](https://brew.sh) package for macOS to make the installation easy as `brew install dbxcli` Keep up the good work!
``` $ ./dbxcli-windows-amd64.exe account 1. Go to https://www.dropbox.com/1/oauth2/authorize?client_id=*****&response_type=code&state=state 2. Click "Allow" (you might have to log in first). 3. Copy the authorization code. Enter the authorization code here: **** Error:...
For whatever reason nearly every command i try to run gives this error: "Error: invalid_access_token/". even trying to logout. i even removed the dbxcli executable from ~/bin and downloaded again....
I'm trying to run dbxcli on a Raspberry pi 4. I tried using the arm binary, but it doesn't seem to work. I'm now trying to build from source instead....
Hi Guys, When I try to download the file using dbxcli utility, I am getting unexpected end of file error. **~]$ dbxcli version dbxcli version: v2.0.6 SDK version: 1.0.0-beta Spec...
Equivalent to "dropbox exclude" on the dropbox linux command line tool
There multiple occasions when an err is returned and then ignored with code such as: ``` if err != nil { return err } ``` I'd like to start logging...