spsave icon indicating copy to clipboard operation
spsave copied to clipboard

Support uploading files larger than 250MB

Open yokrysty opened this issue 1 year ago • 0 comments

[16:36:50] spsave: Error occured: [16:36:50] spsave: Response code 400 (Bad Request) [16:36:50] spsave: {"error":{"code":"-1, Microsoft.SharePoint.Client.InvalidClientQueryException","message":{"lang":"en-US","value":"The request message is too big. The server does not allow messages larger than 262144000 bytes."}}}

Large files should be uploaded in chunks (see https://pnp.github.io/pnpjs/sp/files/#adding-files)

yokrysty avatar Jul 06 '23 16:07 yokrysty