How to download documents from liferay from outside application ..using liferay jsonws or any other way

跟風遠走 提交于 2019-12-02 13:04:47

You could use the Liferay WebDav Services to download files from your document-library. The paths to download can be inspected inside of the control-panel when clicking on a file entry (WebDAV URL toogle link). The paths usually look like: /webdav/{site-name}/document_library/{folder-name}/{file-name} Otherwise, you could mimic the request URLs Liferay creates inside the documents-media portlet to download the file entry. But you should take care about authentication, when your files (and folders) are not visible to guests.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!