Hi, I'm just reposting a old unanswered question from Alexandra which I came across and have the exactly the same issue.
I am developping an add-on for Office and I need to get the Indentifier of the current Document.
The file path I get for the Document is
http://localhost:3579/dev/Enterprise/Folder01/Folder02/Folder03/document.docx
In order to get the node, I am using the method GetNodeByPath from the Document Management web service.
I've noticed and tested that if any of the parent folders is a Business workspace (subtype 848) then the method GetNodeByPath returns null for anything within.
fDocManService.GetNodeByPath(ref fDocManAuth, 2000, {"Folder01", "Folder02", "Folder03", "document.docx"} );
if Folder02 is Business Workspace, then null is returned instead. Otherwise, it works as expected.
Is there a workaround for this?"
Thanks,
Pablo