dbxcli
dbxcli copied to clipboard
A command line client for Dropbox built using the Go SDK
Added the saving of refresh tokens and auto refreshing if the access tokens are expired. **Note:** This will change the format of the `auth.json` file. This will also add a...
Improve support for configuring the tool from the environment as is commonly used for CI use cases. This adds the ability to read auth tokens from the DROPBOX_TOKENS environment variable...
Add support for config root as introduced in later version of the SDK. The also fixes an API breakage introduced by v6.0.5 of the SDK, specifically dbx.Upload now takes a...
Fix ls not outputting a final new line if its not a multiple of 4.
I have a Dropbox business account that has personal space and team space. When I access the account with dbxcli, I only see my personal space. Is there a way...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201224014010-6772e930b67b to 0.17.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi, It is posible list file with format date yyyyddmm Thanks
When I do dbxcli ls, it just gives me: `Error: Error in call to API function "files/get_metadata": request body: path: The root folder is unsupported.` I can ls individual files...
Just tested dbxcli (latest git version) and I got it to authorize correctly, I could put a file and stuff, then when I tried it again a few hours later...
Added script to replicate recursively download contents of a directory and replicate its structure locally