AEMaacS Assets functionality | Community
Skip to main content
rsl_lucky
Level 4
October 17, 2023

AEMaacS Assets functionality

  • October 17, 2023
  • 2 replies
  • 589 views

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

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

2 replies

iamnjain
Community Advisor
Community Advisor
October 17, 2023

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/asset/api/AssetManager.html

 

Hope it helps.

rsl_lucky
rsl_luckyAuthor
Level 4
October 25, 2023

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.