function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nagendra Ananda 17Nagendra Ananda 17 

uploads files using custom REST API

Hey Guys - I am looking out for references to upload files to standard objects using custom REST based API. Any help is appreciated
Thanks
Raj VakatiRaj Vakati
Refer this link 

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_insert_update_blob.htm

https://salesforce.stackexchange.com/questions/209695/best-approach-for-uploading-to-salesforce-files-via-a-salesforce-api

https://medium.com/@weirdthinker15/uploading-a-document-to-salesforce-using-rest-api-a7481324812a


https://stackoverflow.com/questions/50078568/error-opening-a-salesforce-file-after-creating-a-content-version-using-rest-api

https://xomino.com/2016/09/05/adding-an-attachment-to-an-opportunity-using-salesforce-rest-apis/

https://adeptia.com/blog/uploading-and-attaching-documents-salesforce-soap-api
Nagendra Ananda 17Nagendra Ananda 17
Thanks Raj Vakati.

Was not able to find limitations of multiple file uploads in the same context.

Is there any standard API which can be used for multiple file uploads and if yes what are the limitations.

Please suggest

Thanks