SharePoint/PnP-JS-Core

When I try to upload large file on SharePoint 2013 On-Premise it gives error Resource not found

Closed this issue · 1 comments

Category

[ ] Enhancement

[ ] Bug

[x] Question

Version

Please specify what version of the library you are using: [2.0.1]

Expected / Desired Behavior / Question

So I am currently using PnP.js with SharePoint 2013 On Premise version. Small file upload works fine, but I also want to give a try to large file upload.

When I am trying to upload file using .addChunked() it gives me error when it comes to startUpload. So my question is "Is it supported in SharePoint 2013 On Premise version?"

Thanks!

Ok I got annswer, it is not supported in SP 2013 On Premise version.

As per https://msdn.microsoft.com/EN-US/library/office/dn450841.aspx#bk_FileStartUpload

But it will be great if you can provide for SP 2013 On Premise version as well.