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...
Hi All, When I am using ${emailId} in .txt file as : Subject: Operation completeHello,Asset uploaded in AEM.${emailId} From,ABC So, rather getting the emailId which I have configured in method of Email Service as:email.sendEmail(emailId, param2, param3).The email id is not getting changed to the use...
Hi! I want to rework the "Update Asset" workflow to create renditions in WEBP format. To use this format, I also have to modify the code. Before deploying the new code, I want to re-run the workflow for all images, so that the new WEBP format is created. How can I trigger the workflow for all images...