Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Is it Possible to Move DAM Assets in Bulk in AEM 5.6.1?

Avatar

Level 3

Is there an out-of-the-box feature that can be used to move multiple DAM assets at the same time in AEM 5.6.1, while keeping references intact?

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can write an AEM service using Granite AssetManager API to transfer assets. You would have to write application logic to control which assets are moved and where they are moved to.

We have just released an AEM community article that will get you up and running with Granite AssetManager API. See:

https://helpx.adobe.com/experience-manager/using/graniteAPI.html

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

You can write an AEM service using Granite AssetManager API to transfer assets. You would have to write application logic to control which assets are moved and where they are moved to.

We have just released an AEM community article that will get you up and running with Granite AssetManager API. See:

https://helpx.adobe.com/experience-manager/using/graniteAPI.html