使用 nuxeo 和 cmis 请求显示文件
Show files with nuxeo and cmis request
我对 nuxeo 服务器的 CMIS 请求有疑问。当我提出
这样的请求时
/nuxeo/atom/cmis/default/children?id=123456789
, nuxeo 服务器仅发送包含在id=123456789 文件夹中的文件夹。
我也想看看这些文件。请求是否正确?
对我有用。
这是我在列出文件夹 "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 服务器的版本。
我对 nuxeo 服务器的 CMIS 请求有疑问。当我提出
这样的请求时/nuxeo/atom/cmis/default/children?id=123456789
, nuxeo 服务器仅发送包含在id=123456789 文件夹中的文件夹。
我也想看看这些文件。请求是否正确?
对我有用。
这是我在列出文件夹 "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 服务器的版本。