Diwaker Gupta

Results 67 comments of Diwaker Gupta

@Fil interesting; so you are actively using multiple, personal Dropbox accounts? I'd be curious to hear if this is a common use case. Doing what you are asking should be...

Thanks @bekoeppel , feel free to submit a PR!

@saudalwasly thanks, that's a good suggestion! Feel free to submit a PR, otherwise I'll keep this in mind for future.

Sorry folks, will take a look right away!

Thanks @blakelauer ! Can you also update the documentation to reflect this new capability?

Thanks @slzarate and @lfaraone ! @waits do you want to take a crack at this?

@ubergarm ListFolder already supports the recursive flag, see [ListFolderArg](https://godoc.org/github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/files#ListFolderArg) So first step would be to add a `--recursive` option to `dbxcli ls`. Then you can pipe the output into `dbxcli...

We could exploit [move_batch](https://www.dropbox.com/developers/documentation/http/documentation#files-move_batch) for this. Note that `mv` already supports moving an entire folder (see the documentation for [move_v2](https://www.dropbox.com/developers/documentation/http/documentation#files-move_v2))