Hello Experts,
I'm having issue while uploading content to CS using RESTApi . CS version is 20.2
URI used is otcs/cs.exe/api/v2/nodes
Getting 500 Error - "Received an invalid status code: '0 S'."
And if i use otcs/cs.exe/api/v1/nodes
Getting 401 Error - "Unauthorized"
However this works fine when creating Folder
The Authentication and User Impersonation works fine.
Can get the object properties fine as well using the /api//v1/nodes/{id}/properties and /api//v2/nodes/{id}/properties
Any help is highly appreciated.
Regards,
Vinod Krishnan.