Diwaker Gupta
Diwaker Gupta
This issue suggests room for improvement in how various stakeholders engage with the SIP process cc/ @markmhx @sabbyanandan It seems @314159265359879 (and perhaps others in the community) had the expectation...
Can you clarify what "support for Gaia" means exactly?
@dhanasekaran-anbalagan is the error with any files, or just this particular file? Specifically, can you try downloading smaller files and LMK if that works. Basically trying to isolate if this...
@mikaelmantel this looks like a different error (unexpected EOF vs. end of JSON input). Do you mind sending me the version info (`dbxcli version`) and verbose output (`dbxcli -v get...
@dhanasekaran-anbalagan when you say you're able to download via the Python API, are you using the built-in helper utilities or have you written your own code using the API?
@coatless just to make sure I understand correct, you want an option in dbxcli to obtain the link you can use to share a file or a folder. Is that...
@gustavo-momente this should be easy to implement! The [list_folders](https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder) API already has a `include_deleted` flag (defaults to False). So you'd need to introduce an option to set that. See https://godoc.org/github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/files#ListFolderArg...
GoMock seems like the "official" mocking framework (https://github.com/golang/mock), but there are certainly others (e.g. testify https://github.com/stretchr/testify#mock-package) If we have good coverage via mocks, I'm OK skipping integration tests for regular...
@waits @GrantSeltzer are either of you interesting in working on this? :)
Hmm @gonejack , thanks for the report. Can you repro this with a smaller file (so it's faster to fail!) and include the output with the `--verbose` flag? That will...