Greg
Greg
@akalia25 Thanks for the note! Unfortunately there isn't a simple fix for this, but please refer to [my earlier comment](https://github.com/dropbox/dropbox-sdk-python/issues/155#issuecomment-427406065) for a potential workaround.
@nathanagez Unfortunately there still isn't a simple fix for this, but please refer to [my earlier comment](https://github.com/dropbox/dropbox-sdk-python/issues/155#issuecomment-427406065) for a potential workaround.
[The API v2 /2/files/download HTTPS endpoint itself](https://www.dropbox.com/developers/documentation/http/documentation#files-download) does support "[Range Retrieval Requests](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35)", but that's unfortunately not currently implemented in the Dropbox .NET SDK. I'll send this along as a feature...
Thanks! We'll look into it.
+1, more examples are very important for developers getting started with a new library. E.g., cover different methods, non-default parameters, etc.
@RileyTomasek Looking through, a few more things that would be useful, in some rough order of importance in my opinion: - catching specific errors (e.g., how do I programmatically differentiate...
@amk221 You don't need to first get a link to download a file. (The download example just happens to do so.) You can download a file without a shared link...
Thanks for the additional feedback @elburz !
Thanks for the feedback @kennellink !
Thanks for the feedback all!