Forum Discussion
Alan Mervitz
Jun 04, 2018Copper Contributor
Large file downloads using CSOM
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
- Deleted
Did you take a look at this one?
https://piyushksingh.com/2016/08/15/download-large-files-from-sharepoint-online/
- Alan MervitzCopper Contributor
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.