Is it Possible to Move DAM Assets in Bulk in AEM 5.6.1? | Community
Skip to main content
Level 3
October 16, 2015
Solved

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

  • October 16, 2015
  • 2 replies
  • 778 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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

2 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

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

kvanstoneAuthor
Level 3
October 16, 2015

Great, thanks for the info!