When trying to download any type of file from AEM, a ZIP file is generated but with no content at all.
This happens if I try to download 1 single file, or multiple files at the same time.
Do you know what could be the problem?
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @BRAGAD , You should be able to download any asset from AEM. If not, then please do these steps.
I tried to do it on wknd asset with just read permissions & its working good for me.
~Aditya.Ch
Can you check on below points
1. Check logs for any errors
2. The download service creates a zip under /var/dam/donwloads. Check if the package is available at that location
3. Check if you have necessary permissions to download the assets
4. Are you doing this from author or publisher
Hi @BRAGAD , You should be able to download any asset from AEM. If not, then please do these steps.
I tried to do it on wknd asset with just read permissions & its working good for me.
~Aditya.Ch
Hi @BRAGAD ,
There can be few reasons, my suspects,
HTTP POST /content/dam.assetdownload.zip/<ZIP File Name>.zip?licenseCheck=true&flatStructure=true&downloadSubassets=<true|false>&downloadRenditions=<true|false>
There is nothing to do with permissions, read permission is enough to download asset - If user doesn't have read permission - he/she can't even see the asset itself.
Hope that helps!
Regards,
Santosh