New doument creation using nuxeo client

I am trying to create new document of type Folder using Nuxeo client. I am able to create it by using api createdocumentbypath and createdocumentbyid. But when i am trying to fetch newly created document , getting error filenotfound exception. But in Nuxeo platform i could see that folder is created.

Example: creating new folder called London at “Domain/Workspace/Country/Test”. When I am trying to fetch path “Domain/Workspace/Country/Test/London” after successfully creating folder, it gives exception. When i debugged found that path for London folder is getting set to “Domain/Workspace/Country/Test/Test”

0 votes

0 answers

1591 views

ANSWER