dropbox / dbxcli

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

fix error checking on chunked upload #183

Closed gabrielhora closed 2 years ago

gabrielhora commented 2 years ago

When uploading (put) one chunk of data RateLimitAPIError was not being properly checked and retried as there's a guard clause if err != nil before catching all errors and returning.