Hello Community Peeps,
I am using Outsytems Platform Application to integrate with OpenText Extended ECM Content Server.
The REST API that I am consuming is
https://developer.opentext.com/ce/products/extended-ecm/apis/content-server-231-rest-api#nodes/createNode2
(POST | /v2/nodes) with the intent of uploading a document to Opentext. On the Outsystems Platform Application, the REST API is consumed with the request format of multipart/form-data.
I am unable to upload the document and the error message that I am getting is "An illegal attempt was made to upload a document."
Anyone has encountered this issue and have a solution?