box / box-windows-sdk-v2

Windows SDK for v2 of the Box API. The SDK is built upon .NET Framework 4.5

Home Page:https://developer.box.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation missing Multipart upload

Band-Aid opened this issue · comments

Is your feature request related to a problem? Please describe.

Docs is missing description for Multipart uploads.
https://github.com/box/box-windows-sdk-v2/blob/master/docs/files.md#upload-a-file

Boxmultipartupload method found here

Describe the solution you'd like

Add BoxMultipart example in docs

Describe alternatives you've considered

na

Additional context

na

Hi @Band-Aid, thanks for filing this issue! Is the functionality you're looking to be documented the Chunked Uploads API which is used for uploading large files? I'll add a ticket to our backlog to add this to our documentation. In the meantime you can check out the method definition here and example usage in this sample app.

I found the method in the Sdk itself but since this wasn't documented I didn't know this method existed until I dug deep in to the code.
Not Documenting features leads to a great loss of opportunity. Available features should be documented :)