dropbox / dbxcli

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

Add List Deleted Files Support (see #71) #158

Closed MarkMichaelis closed 3 years ago

MarkMichaelis commented 3 years ago

Added support for listing deleted files (-d/--include-deleted) and (-D/--only-deleted). See #71.

MarkMichaelis commented 3 years ago

@diwakergupta or someone on the team - Do you have an ETA on when you will be able to take a look at pull requests like this one? I'd like to potentially upgrade to listv2 API as well, but not if this project is under regular maintenance.

Thoughts?

rajatgoel commented 3 years ago

Thanks for diff @MarkMichaelis. It looks good.