내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to call the CQ5 API AssetDownloadService

Avatar

이전 커뮤니티 멤버

I want to use this API to download files from AEM, but i don't know how to call it? Is it a webservice or other Remote Functionality?

Anyone knonw the details?

Thanks in advance.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Is your use case to write a custom CQ servlet or OSGi service that lets apps download DAM assets?  http://helpx.adobe.com/experience-manager/using/downloading-dam-assets.html

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 10

Is your use case to write a custom CQ servlet or OSGi service that lets apps download DAM assets?  http://helpx.adobe.com/experience-manager/using/downloading-dam-assets.html

Avatar

Level 4

How about just using the AEM OOTB assetdownload.zip servlet

for example a post call like below

POST /content/dam.assetdownload.zip/abc.zip

with below parameters

path=%2Fcontent%2Fdam%2Fsample1.png

path=%2Fcontent%2Fdam%2Fsample2.png

path=%2Fcontent%2Fdam%2Fsample3.png

_charset_=utf-8

downloadAssets=true

licenseCheck=true

flatStructure=true

downloadRenditions=false

downloadSubassets=false