I am trying to upload an empty file on open text and at below code an error is being thrown stopping me from upload an file. I would like to know that if there is any other method that we need to use to upload an empty file.
code:
string objectID = contentServiceClient.UploadContent(ref csAuthentication, contextID, fileAttributes, inStream);
error:
Dispatched service DocumentManagement threw exception DocMan.NodeCreationError : Error adding version to '123test_2014-03-26_03-18-39-PM.docx'. [E675086358]