Hi. I'm creating nodes and setting their permissions via REST API v2 and end users are experiencing an odd issue when adding documents to these nodes.
Our desired permissions prohibit the end user from setting category data attributes, as we want those inherited from the parent.
When an end user tries to add a document to one of these nodes using the web interface (drag and drop), it automatically inherits the parent category/attribute data and works fine. Exactly how we want it.
However, when the user tries to use Enterprise Connect to add a document to the same node, it prompts for category data before actually adding the file, and the user gets permission denied errors even though they have not changed the category attributes and simply accepted what it inherits.
The weird thing is that In nodes that were created manually and had the permissions set manually (using the web interface, setting exactly the same effective permissions), the end users do not experience this error. They accept the inherited attributes in Enterprise Connect when prompted and it adds the document to the node without issue.
It seems that Enterprise Connect is not interpreting the permissions correctly when they were set via the REST API, but the web interface is. Our internal OTCS support team has been able to reproduce the issue but we seem to be at a loss as to what's causing it. Hoping someone here may have an idea I might be able to pass along.
Thank You!