1

我对 nuxeo 服务器的 CMIS 请求有疑问。当我提出类似的要求时

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

,nuxeo 服务器只发送包含在 id=123456789 文件夹中的文件夹。

我也想看看文件。请求是否正确?

4

1 回答 1

1

这个对我有用。

这是我在列出文件夹“ppp”的内容时得到的示例响应,该文件夹有一个子文件夹“18-content_view_slideshow.png”

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

请参阅http://pastebin.com/h5WSWend上的 XML 响应

你确定你有适当的权限来查看这些文件吗?此外,您没有指定您正在使用的 Nuxeo 服务器的版本。

于 2015-04-15T09:33:06.253 回答