dbxcli icon indicating copy to clipboard operation
dbxcli copied to clipboard

A command line client for Dropbox built using the Go SDK

Results 103 dbxcli issues
Sort by recently updated
recently updated
newest added

At first, dbxcli ls asked for an authorization code. Then it reported it didn't have the required scope. I believe I changed what it need by giving it read access...

We received an email back in April 2021 regarding changes to access tokens and ID formats in the Dropbox API that will take place on Sept 30, 2021. We use...

As I can see currently there are no tests for this package. It would be nice if someone at Dropbox could create an account that could be used to set...

I'd like to be able to connect an external hard-disk to my computer and sync all the content of my Dropbox (or just a specific folder) from the cloud directly...

As a first-time user of `dbxcli` I just ran a command like this: ``` dbxcli put bigfile.mp4 /Cloud_only/Videos/MP4/ ``` After it spent ages uploading all the file I got an...

## Usecase I'm automatically downloading files on a headless Linux server for one of our team having near to no technical knowledge from a SFTP host and providing those files...

enhancement

Neither `./dbxcli get xxx/*` nor `./dbxcli get xxx/` work for downloading all files from a folder. The error message is: `Error: unexpected end of JSON input` Is there something I'm...

bug

How can I reliably upload 1TB of files via command line? Files average 80MB each. I need to automatically retry/resume failed downloads. My upstream bandwidth is ~300 Mbps.

I'm uploading a file with the command dbxcli put -v E:\20g under Windows 10. The upload proceeds mostly fine until it fails with cannot unmarshal object into Go value of...

Hi, Thanks for providing this awsome command line tool. I was wondering if it is possible to add -p paramemter for mkdir (no error if the folder exist) and -r...