dbxcli
dbxcli copied to clipboard
feat: add config root support
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:
- github.com/dropbox/dropbox-sdk-go-unofficial/v6 to v6.0.5
- golang.org/x/oauth2 to v0.14.0
Does this change address any of the open issues?
I didn't raise an issue as it's a new feature.