Expand my Community achievements bar.

Downloading assets from AEM Cloud via API

Avatar

Level 3

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/develo...

 

I see reference to upload but nothing on download.

 

Thanks in advance

 

 

 

 

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Community Advisor

@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-accou... 

 


Aanchal Sikka

Avatar

Administrator

@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