Expand my Community achievements bar.

SOLVED

AEM assets enable download button based on user group permissions

Avatar

Level 3

AEM as a cloud service 6.5

I'm looking at directions to disable asset download based on user groups permissions.

There are two download buttons in the assets console

- one in the top rail when you select an asset

- another as an icon on the asset card

 

I can think of overlaying the node to define custom behaviour

1) Can you please point me to the node which needs to be overlayed ?

2) How do we toggle this behaviour for different user groups. I'd like to set just one group to have download restriction and the rest of the groups can download.

 

Any sample code, references will be greatly appreciated.

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 2
4 Replies

Avatar

Correct answer by
Level 2

Avatar

Level 4

Hi,

You can refer to https://experienceleague.adobe.com/docs/experience-manager-65/assets/managing/download-assets-from-a... and try to disable the asset download servlet.

 

If you don't want to show only the download button, you can try to add deny permissions for the download node (or preferably higher level hierarchy) as per your user group. Eg. deny for /libs/dam/gui/content/assets/jcr:content/actions/selection/download

 

Regards,

Manpreet

Avatar

Level 3

Hi @manpreetk908 ,

I want to disable the download button for one folder. Show the download button if the user is an admin. Else hide the option to download.

How to achieve this in ACL?

 

Thanks,

Bhavani Bharanidharan

Avatar

Level 3

You'll have to use renderconditions to drive this logic.

Not possible using just ACLs.