Hello,
I'm trying to use the REST API of our Content Server 16.2 environment to create new document nodes to CS from email (.msg) files on Windows, in a .net application. Those emails often have very long filenames.
When I use the POST "api/v2/nodes/" function to create a new document node, it works okay for any filename 175 chars long or shorter. But if I try to upload a document with a filename longer than 175 chars, I get a HTTP 500 Internal Server Error. I can add that long document to Content Server manually without problem though.
I could not find any info on a filename length limitation in the doc for the REST API. Is it a know limitation, or maybe another problem on my side?
Thanks in advance.