Large file downloads using CSOM

Copper Contributor

Hello,

 

I'm looking for some guidance or examples on how to implement large file downloads using CSOM. The PnP repository includes the Large file upload with CSOM sample which uploads a large file as multiple smaller chunks, and I'd like to do the same when downloading a large file by downloading it in chunks.

 

Thanks in advance,

 

Alan

2 Replies

I have seen that blog post, but it looks very convoluted and I was hoping there would be a more direct approach using the CSOM API.