Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Assets API implementation

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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