dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.04k stars 102 forks source link

feat: add config root support #205

Open stevenh opened 8 months ago

stevenh commented 8 months ago

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 UploadArg not a CommitInfo.

This bumps dependent packages:

jaraco commented 1 month ago

Does this change address any of the open issues?

stevenh commented 1 month ago

I didn't raise an issue as it's a new feature.