Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

AEMaacS Assets functionality

Avatar

Level 5

Hi All,

Have a requirement of fulfill asset upload/delete functionality to be incorporate on AEMaacS from third party app.

1. 3rd party app(react) invoke 3-step process to upload assets onto AEM as Cloud service by hitting endpoints (initiate upload, uploadURI, completeUpload).

2. Once upload of Asset completes after hitting completeUpload.json onto AEM, plan is to capture event of asset creation and trigger further processing of custom metadata update & replication of asset.

 

Did any one come across above use case with AEMaaCS and let us know what would be best feasible approach. 

 

Thanks

Topics

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

2 Replies

Avatar

Community Advisor

HI @rsl_lucky 

 

It can be done using a servlet where you can expose a endpoint to third party system and write the logic using AssetManager class to perform assets operations.

https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/adobe/granite/ass...

 

Hope it helps.

Avatar

Level 5

Hi,

Did any one come across above use case with AEMaaCS and let me know what would be best feasible approach for the solution.

Thanks in Advance.