Downloading assets from AEM Cloud via API | Community
Skip to main content
nicholase927171
New Participant
December 5, 2023

Downloading assets from AEM Cloud via API

  • December 5, 2023
  • 3 replies
  • 1125 views

Hi,

 

I need to connect to AEM Assets (Cloud) via a remote server to download c. 100 assets (images). 

 

What are my options?

 

I had a look here and it wasn't very clear: 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/developer-reference-material-apis.html?lang=en

 

I see reference to upload but nothing on download.

 

Thanks in advance

 

 

 

 

 

 

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

3 replies

kautuk_sahni
Employee
December 11, 2023

@nicholase927171 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
Saravanan_Dharmaraj
New Participant
December 6, 2023

@nicholase927171 please check the below kb article from Adobe
https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-21528.html?lang=en

I am not sure if this thing works for cloud also. 

 

@arunpatidar @aanchal-sikka @estebanbustamante ..Do you guys know?

 
 
 
nicholase927171
New Participant
December 5, 2023

If I can use cURL that would be great.

aanchal-sikka
New Participant
December 6, 2023

@nicholase927171 

I had used the Tokens in postman to get images via Postman

Curl should also work.

 

A java program reading an excel (with all paths) should be able to download all images via curl.

 

To generate Tokens via Java code for curl command, refer to https://techrevel.blog/2023/09/06/access-restricted-resources-on-aemaacs-with-java-and-service-accounts/ 

 

Aanchal Sikka