<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AMS integration with On-Prim instance for Accessing A... in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/428979#M122166</link>
    <description>&lt;P&gt;Hi &lt;LI-USER uid="13337974"&gt;&lt;/LI-USER&gt;!&lt;/P&gt;&lt;P&gt;I'm not sure about your approach here. Are you trying to squeeze the Asset Selector into your path field dialog entry? I have some doubts if this will work out.&lt;/P&gt;&lt;P&gt;Also, referring to the following statement:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;When I try to pick the asset picker from publisher, I get some errors related to the picker.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Are you trying to pick assets from a publish instance? Again, I'm unsure if this works as expected. Usually, you would pick your assets from an AEM Assets author instance (which also handles authentication and the like).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In general, you need to create an authoring experience that brings up the Asset Selector in an iFrame and handle the outlined event(s) to retrieve the according metadata of the selected assets. There are different approaches on how to achieve this and how to tie in the iFrame for the Asset Selector but that's depending on your requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
    <pubDate>Mon, 25 Oct 2021 13:21:45 GMT</pubDate>
    <dc:creator>markus_bulla_adobe</dc:creator>
    <dc:date>2021-10-25T13:21:45Z</dc:date>
    <item>
      <title>AMS integration with On-Prim instance for Accessing Assets</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414222#M2294</link>
      <description>&lt;P class=""&gt;Hi All, We have a requirement where we need to access Digital Assets store in On Prim AEM Author from AMS author using asset selector/picker.&lt;/P&gt;&lt;P class=""&gt;Check below SS for example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chitranshs90502_0-1624591420373.jpeg" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/32671i86A6ED256C83F5FB/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="chitranshs90502_0-1624591420373.jpeg" alt="chitranshs90502_0-1624591420373.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chitranshs90502_1-1624591420381.jpeg" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/32672iDFDBD9DA532E8E5F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="chitranshs90502_1-1624591420381.jpeg" alt="chitranshs90502_1-1624591420381.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;Essentially all the assets will be stored in On Prim AEM instance and we should be able to search, access and use those assets in AMS Instance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 02:17:07 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414222#M2294</guid>
      <dc:creator>chitranshs90502</dc:creator>
      <dc:date>2021-06-29T02:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: AMS integration with On-Prim instance for Accessing A...</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414292#M2295</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="15824493"&gt;&lt;/LI-USER&gt;!&lt;/P&gt;&lt;P&gt;In general, there are two approaches to the outlined requirement.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Using the AEM &lt;A href="https://experienceleague.adobe.com/docs/experience-manager-64/assets/managing/asset-selector.html" target="_self"&gt;Asset Selector&lt;/A&gt; (formerly know as Asset Picker)&lt;/LI&gt;&lt;LI&gt;Integrating the two AEM installations via the &lt;A href="https://experienceleague.adobe.com/docs/experience-manager-learn/assets/sharing/connected-assets.html" target="_self"&gt;Connected Assets&lt;/A&gt; feature&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Option 1 is a low-effort, loosely coupled approach. You just call the according UI from your Sites instance and get metadata of the selected asset(s) back, incl. the assets URL and use that information in your Sites instance.&lt;/P&gt;&lt;P&gt;Option 2 is a more sophisticated integration. Please refer to the following documentation links for more detailed information:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-learn/assets/sharing/connected-assets.html" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/experience-manager-learn/assets/sharing/connected-assets.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-65/assets/using/use-assets-across-connected-assets-instances.html" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/experience-manager-65/assets/using/use-assets-across-connected-assets-instances.html&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I understand that you want to connect&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;AEM Assets on-premise - that's where your assets are stored&lt;/LI&gt;&lt;LI&gt;AEM Sites AMS - that's where you want to use/consume the assets&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Unfortunately, this specific setup is not supported according to the &lt;A href="https://experienceleague.adobe.com/docs/experience-manager-65/assets/using/use-assets-across-connected-assets-instances.html?lang=en#prerequisites" target="_self"&gt;supported deployment matrix&lt;/A&gt; (see 2nd link).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it seems that option 1 - AEM Asset Selector - is the way to go for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For Asset Selector, you can just call the AEM Assets instance at the following URL: /aem/assetpicker.html&lt;/P&gt;&lt;P&gt;This will bring up the Asset Selector UI. You can also provide parameters to control the dialog (see &lt;A href="https://experienceleague.adobe.com/docs/experience-manager-64/assets/managing/asset-selector.html?lang=en#contextual-parameters" target="_self"&gt;documentation&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;To retrieve the selection (and their according metadata), you need to register a listener for the HTML5 &lt;STRONG&gt;Window.postMessage&lt;/STRONG&gt; method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the general integration approach for Asset Selector would be to integrate it e. g. using an iFrame to any consuming system. For that iFrame, you load the Asset Selector UI directly from the AEM Assets instance. Additionally, you need to register a listener that receives any Window.postMessage messages for the iFrame. The listener should then take care to receive and process the information from the posted message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get a feeling on how things work you may want to try it:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open the Asset Selector UI: &lt;A href="http://localhost:4502/aem/assetpicker.html" target="_blank" rel="noopener"&gt;http://localhost:4502/aem/assetpicker.html&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-06-29 at 10.10.36.png" style="width: 200px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/32777i96226D2E90D9C94B/image-size/small/is-moderation-mode/true?v=v2&amp;amp;px=200" role="button" title="Screenshot 2021-06-29 at 10.10.36.png" alt="Screenshot 2021-06-29 at 10.10.36.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Open the web developer tools console of your browser&lt;/LI&gt;&lt;LI&gt;Register a listener to receive the event:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;window.addEventListener('message',function(event) {console.log('message received: ' + event.data,event);},false); ​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-06-29 at 10.11.22.png" style="width: 999px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/32778i1633AC2DFAA20F5E/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-06-29 at 10.11.22.png" alt="Screenshot 2021-06-29 at 10.11.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the UI to select an asset and click the "Select" button on the top right&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-06-29 at 10.12.43.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/32779iBE3DA464118E7A19/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-06-29 at 10.12.43.png" alt="Screenshot 2021-06-29 at 10.12.43.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;The received message will be logged to your browsers developer console:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;message received:  {"data":[{"path":"/content/dam/wknd-events/wknd-events.jpg","url":"http://localhost:4502/content/dam/wknd-events/wknd-events.jpg","type":"image/jpeg","title":"wknd-events.jpg","size":"96.1 KB","img":"http://localhost:4502/content/dam/wknd-events/wknd-events.jp…nt/renditions/cq5dam.thumbnail.48.48.png?ch_ck=1551357940000"}],"config":{"action":"done"}} 
message { target: Window, isTrusted: true, data: "{\"data\":[{\"path\":\"/content/dam/wknd-events/wknd-events.jpg\",\"url\":\"http://localhost:4502/content/dam/wknd-events/wknd-events.jpg\",\"type\":\"image/jpeg\",\"title\":\"wknd-events.jpg\",\"size\":\"96.1 KB\",\"img\":\"http://localhost:4502/content/dam/wknd-events/wknd-events.jp…nt/renditions/cq5dam.thumbnail.48.48.png?ch_ck=1551357940000\"}],\"config\":{\"action\":\"done\"}}", origin: "http://localhost:4502", lastEventId: "", source: Window, ports: Restricted, srcElement: Window, currentTarget: Window, eventPhase: 2, … }​&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-06-29 at 10.13.52.png" style="width: 999px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/32780iE6EC29757C401B94/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-06-29 at 10.13.52.png" alt="Screenshot 2021-06-29 at 10.13.52.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to make sure that your AEM Assets instance is properly configured to return a fully qualified URL that is publicly available.&lt;/P&gt;&lt;P&gt;Your AEM Sites instance can then use the provided URL to reference the asset, e. g. in an image component or similar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 08:16:46 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414292#M2295</guid>
      <dc:creator>markus_bulla_adobe</dc:creator>
      <dc:date>2021-06-29T08:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: AMS integration with On-Prim instance for Accessing A...</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414297#M2296</link>
      <description>Hi &lt;LI-USER uid="10624200" login="markus_bulla_adobe"&gt;&lt;/LI-USER&gt; , thanks for your response.</description>
      <pubDate>Tue, 29 Jun 2021 07:46:30 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414297#M2296</guid>
      <dc:creator>chitranshs90502</dc:creator>
      <dc:date>2021-06-29T07:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: AMS integration with On-Prim instance for Accessing A...</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414303#M2297</link>
      <description>Hi &lt;LI-USER uid="10624200" login="markus_bulla_adobe"&gt;&lt;/LI-USER&gt; , thanks for your response. Yes Option-2 is not supported in our scenario. We are looking into solutions arround asset selector only. "You just call the according UI from your Sites instance and get metadata of the selected asset(s) back, incl. the assets URL and use that information in your Sites instance.": Can you please elaborate Option-1 little bit more. I mean how to call according UI from Sites Instance and how can we use assets URL for Asset Selector. Does this require some custom code or some configuration changes. Thanks.</description>
      <pubDate>Tue, 29 Jun 2021 07:53:21 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414303#M2297</guid>
      <dc:creator>chitranshs90502</dc:creator>
      <dc:date>2021-06-29T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: AMS integration with On-Prim instance for Accessing A...</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414314#M2298</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="15824493"&gt;&lt;/LI-USER&gt;!&lt;/P&gt;&lt;P&gt;I have updated my initial post to provide some more details on Asset Selector.&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 08:19:51 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414314#M2298</guid>
      <dc:creator>markus_bulla_adobe</dc:creator>
      <dc:date>2021-06-29T08:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: AMS integration with On-Prim instance for Accessing A...</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414316#M2299</link>
      <description>Hi &lt;LI-USER uid="10624200" login="markus_bulla_adobe"&gt;&lt;/LI-USER&gt; , thanks for the details. I will look into this now.</description>
      <pubDate>Tue, 29 Jun 2021 08:23:20 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414316#M2299</guid>
      <dc:creator>chitranshs90502</dc:creator>
      <dc:date>2021-06-29T08:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: AMS integration with On-Prim instance for Accessing A...</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414849#M2300</link>
      <description>Hi &lt;LI-USER uid="10624200" login="markus_bulla_adobe"&gt;&lt;/LI-USER&gt; , Above mentioned solution with iFrame worked for us. Thanks</description>
      <pubDate>Fri, 02 Jul 2021 12:03:23 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/414849#M2300</guid>
      <dc:creator>chitranshs90502</dc:creator>
      <dc:date>2021-07-02T12:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: AMS integration with On-Prim instance for Accessing A...</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/428743#M122083</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/user/viewprofilepage/user-id/10624200" target="_blank" rel="noopener"&gt;@markus_bulla_adobe&lt;/A&gt;,&amp;nbsp;&lt;LI-USER uid="15824493"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am trying similar scenario.&amp;nbsp; I am trying to create an iframe on click of the pathfield icon in author instance and bind it to asset picker from the publisher. This is the field I have created in author.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="veerapandianm20_0-1634907164124.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/36044i042937E0B25BE333/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="veerapandianm20_0-1634907164124.png" alt="veerapandianm20_0-1634907164124.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I try to pick the asset picker from publisher, I get some errors related to the picker.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="veerapandianm20_1-1634907344141.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/36045i2B628E4EEF2061DE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="veerapandianm20_1-1634907344141.png" alt="veerapandianm20_1-1634907344141.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="veerapandianm20_2-1634907401291.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/36046i1A93DC0DE84313A0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="veerapandianm20_2-1634907401291.png" alt="veerapandianm20_2-1634907401291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My click event on the pathfield never gets picked up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to invoke the following code to create an iframe with publisher's asset picker&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;function createDialog(){
var selUrl = "http://localhost:4503" + ASSET_SELECTOR_URL,
html = "&amp;lt;iframe width='1500px' height='800px' frameBorder='0' src='" + selUrl + "'&amp;gt;&amp;lt;/iframe&amp;gt;";
var dialog = new Coral.Dialog().set({
id: ASSET_SELECTOR_ID,
content: {
innerHTML: html
}
});
document.body.appendChild(dialog);
}&lt;/PRE&gt;&lt;P&gt;Can you please provide some more inputs on how this can be binded?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 22 Oct 2021 13:03:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/428743#M122083</guid>
      <dc:creator>veerapandianm20</dc:creator>
      <dc:date>2021-10-22T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: AMS integration with On-Prim instance for Accessing A...</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/428979#M122166</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="13337974"&gt;&lt;/LI-USER&gt;!&lt;/P&gt;&lt;P&gt;I'm not sure about your approach here. Are you trying to squeeze the Asset Selector into your path field dialog entry? I have some doubts if this will work out.&lt;/P&gt;&lt;P&gt;Also, referring to the following statement:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;When I try to pick the asset picker from publisher, I get some errors related to the picker.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Are you trying to pick assets from a publish instance? Again, I'm unsure if this works as expected. Usually, you would pick your assets from an AEM Assets author instance (which also handles authentication and the like).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In general, you need to create an authoring experience that brings up the Asset Selector in an iFrame and handle the outlined event(s) to retrieve the according metadata of the selected assets. There are different approaches on how to achieve this and how to tie in the iFrame for the Asset Selector but that's depending on your requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 13:21:45 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ams-integration-with-on-prim-instance-for-accessing-assets/m-p/428979#M122166</guid>
      <dc:creator>markus_bulla_adobe</dc:creator>
      <dc:date>2021-10-25T13:21:45Z</dc:date>
    </item>
  </channel>
</rss>

