dropbox / dbxcli

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

Add flag to `rm` for permanent deltion #46

Open grantseltzer opened 8 years ago

grantseltzer commented 8 years ago

We can implement the /permanently_delete endpoint: Link

grantseltzer commented 8 years ago

Currently being blocked by #43

waits commented 8 years ago

That sounds great. Maybe rm --permanent? Note that it's only available to business accounts; I think the API will just return an error otherwise.

grantseltzer commented 8 years ago

@waits Ah, I actually didn't notice that. I thought it would just delete instead of moving to the trash bin for anyone. I can certainly still implement it, I'm sure dropbox would like to have it.