Assets API implementation | Community
Skip to main content
April 26, 2022
Solved

Assets API implementation

  • April 26, 2022
  • 1 reply
  • 978 views

I need a java client to do some ETL operations on Experience Manager assets. I found this Experience Platform sample that looked like exactly what I needed. I have since learned that this needs to work with AEM 6.5 so that is no longer an option.

 

It looks like I need to use the Assets HTTP API however I have yet to find any nice ready to borrow java code for this. Does anyone know if such a
sample exists so I don't have to reinvent the wheel?

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 vikram1285

Hi,

Welcome to Adobe AEM Community !!
I am not a JAVA expert, but these sample code might help you : https://www.tabnine.com/code/java/methods/com.day.cq.dam.api.Asset/getName

Thanks,

Vikram Gaur

1 reply

vikram1285Adobe EmployeeAccepted solution
Adobe Employee
May 2, 2022

Hi,

Welcome to Adobe AEM Community !!
I am not a JAVA expert, but these sample code might help you : https://www.tabnine.com/code/java/methods/com.day.cq.dam.api.Asset/getName

Thanks,

Vikram Gaur