Forum Discussion
NeeradaSkyhigh
Mar 17, 2023Copper Contributor
Not Able to Upload Files through api larger than 250 MB
We are uploading the files using this Microsoft API “("/{webUrl}/_api/web/lists(guid'{listId}')/items({itemId})/File/$value")” and we are getting error as “The request message is too big. The server ...
ganeshsanap
Mar 17, 2023MVP
NeeradaSkyhigh If you are trying ti via SharePoint framework (SPFx), try using PnP JS library for file uploads.
Follow this documentation for large file uploads:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
NeeradaSkyhigh
Mar 21, 2023Copper Contributor
We are not using sharepoint framework.