This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have a use case to upload a file (size > 50MB) to Salesforce. As Salesforce snappack supports file upload upto 50MB file so to upload file of size more than 50MB we need to use multipart form data request.
developer.salesforce.com
...
Can someone help me to upload file into Salesforce ContentVersion using Rest snap?
Salesforce - Uploading a blob to Salesforce link:
Salesforce Developers!
Hi @Spiro_Taleski,
Yes, Salesforce will send an error response if you try to upload content greater than 50MB/37MB using Salesforce API’s.
I have tried as you suggested but it didn’t work. ☹️
Thanks,
Mihir
@Spiro_Taleski
I tried using Salesforce Create snap with ContentVersion object but it is has a limitation of uploading 50Mb of text file or 37Mb of binary file. But I have upload a file whose size can vary upto ~250Mb.
Thanks,
Mihir