Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Asset Selector implementation

Avatar

Level 3

Hello All,

 

I need to access AEM Assets from an external application. I saw posts regarding this like I need to use the AssetSelector url (http://localhost:4502/aem/assetpicker) through iFrame tag in the external application.

1. Is this still the correct way to do this? 

2. If so, we need to access aem author url only from the external application?

Please provide your pointers.

Thanks,

Parvathy

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

For question 1: Yes, that's how you expose the assets

You can use Asset Selector to expose the assets as a service. Please see below urls for more info:

https://helpx.adobe.com/experience-manager/6-3/assets/using/asset-selector.html

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-assets-as-a-service-fo...6

 

 

I would recommend to look at the code in the acs-commons and see how they're implementing just to get an idea:

https://adobe-consulting-services.github.io/acs-aem-commons/features/remote-assets/index.html

 

For Question 2: Depends on the requirement and how you're hosting the servers, you may have to make some more additional code changes plus dispatcher changes to make this work.

 

Thanks,

Singaiah

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

For question 1: Yes, that's how you expose the assets

You can use Asset Selector to expose the assets as a service. Please see below urls for more info:

https://helpx.adobe.com/experience-manager/6-3/assets/using/asset-selector.html

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-assets-as-a-service-fo...6

 

 

I would recommend to look at the code in the acs-commons and see how they're implementing just to get an idea:

https://adobe-consulting-services.github.io/acs-aem-commons/features/remote-assets/index.html

 

For Question 2: Depends on the requirement and how you're hosting the servers, you may have to make some more additional code changes plus dispatcher changes to make this work.

 

Thanks,

Singaiah

 

Avatar

Community Advisor

@Parvathy_C 

Yeah you can achieve it. Also as @Singaiah_Chintalapudi  mentioned it depends on the how you are managing both your server.
May be you also need to update the CORS ORIGIN to allow it on other domain.

Thanks,
Nikhil