Search code examples
drupalcmisnuxeo

Show files with nuxeo and cmis request


I have an issue with a CMIS request to a nuxeo server. When I make a request like

/nuxeo/atom/cmis/default/children?id=123456789

, the nuxeo server send only the folder include in the folder with id=123456789.

I would like to see the files too. Does the request is correct?


Solution

  • It works for me.

    Here's an example response I get when listing the content of a folder "ppp", which has one child "18-content_view_slideshow.png"

    curl 'https://myuser:mypassword@testserver/nuxeo/atom/cmis/default/children?id=63f1d9d6-4a0e-4018-8100-f66c132b1add'

    See the XML response at http://pastebin.com/h5WSWend

    Are you sure you have proper authorization to see the files? Also, you didn't specify the version of the Nuxeo server you're using.