Hi All,Till AEM 6.5 if we need to update the confidence score for Smart tag we can update com.day.cq.dam.similaritysearch.internal.impl.SimilaritySearchServiceImpl OSGi Config. However this is no longer available in AEMasCloud.For updating confidence score of Video asset we can use com.adobe.cq.asse...
Hello community,our dam users missing the "create" button for creating viewer presets. As a admin, it works fine. They have a ACL on /conf (restr. rep:glob="/*/dam/dm/presets/viewer*") with privileges jcr:read, crx:replicate, rep:write. I do not know whats missing or to troubleshoot this. Maybe som...
Hello, I am trying to use an asset in the react app located in the ui.frontend of my project and to conduct some test to see if the api would work I called: const myHeaders = new Headers(); myHeaders.append("Authorization", `Basic YWRtaW46YWRtaW4=`); myHeaders.append("Content-Type", "applicati...
Hi, I am trying to integrate with Smart Content API, then I am getting all the details which I have to copy to my AEM Smart Tag service in my local instance but then "Retrieve Client Secret" is not working for me I have clicked on it and it says "I don't have the access to edit". So, can you please ...
Hello everyone, Can someone please help me understand why the payload directory created by the Watched Folder is not showing up in the CRXDE? Basically, what I did was to create a Watched Folder bonded to a workflow in the AEM instance using the following configuration: The workflow is trying to do ...
Hi, Is it possible to "move" an asset from a non dynamic media folder to an enabled dynamic media folder, to activate that asset for DM, via some workflow or other process? I have a main folder with many subfolders that all have dynamic media enabled. As they were all uploaded after folder structur...
Hi Team,I am writing a query, path=/contenttype=cq:Page1_property=@jcr:content/category_id1_property.value=%54ceab56-c3b6-44c7-ae3f-08fc87af9045%2_property=@jcr:content/category_parent_id2_property.value=%54ceab56-c3b6-44c7-ae3f-08fc87af9045%p.limit=-1 The requirement is to get all pages with either...
I need a java client to do some ETL operations on Experience Manager assets. I found this Experience Platform sample that looked like exactly what I needed. I have since learned that this needs to work with AEM 6.5 so that is no longer an option. It looks like I need to use the Assets HTTP API howev...