Question
Luxoft
IN
Last activity: 17 Mar 2019 13:52 EDT
How to upload large file to Sharepoint using REST API
I have a requirement to upload a 1 GB file from PEGA UI to Sharepoint repository using Connect-REST.
I am converting the File into byte array and then sending it as part of the request body. But maximum size that it allows is 262 MB.
How to upload a file more than 262 MB using Connect-REST ?
Note : SharePoint Rest API can support upto 1 GB file.