Hi All, I have created a AEM project using AEM-Archetype 32. I am using Visual Code Studio for development. Assume my /content/dam folder contains some digital assets and I am going to add one new image to my dam folder. After uploading I used "Import from AEM Server" Option in Visual Studio Code f...
Hi, We want to move to release orchestration provided by AEM cloud in our POM currently we have SDK version mentioned where we define which version of AEM we are trying to use. I understand from automation point of view it is redundant as then it always requires a POM change to be done in git code. ...
for AEM components it is possible to set the wrapper elements markup via the `cq:htmlTag` > `cq:tagName` attribute. e.g. `cq:tagName = "ul" `.But when i set its value to a custom element. e.g. `cq:tagName = "my-teaser" `, then the wrapper element is not rendered. Is there a workaround for this issue...
I am trying to run requests with Assets HTTP calls (initiateupload, create folder), but I get Unable to verify the first certificate errors whenever I try to do a POST.
Hi All, Recently I configured Dynamic Media classic in my local instance and its saved successfully too. But after that if I upload any images, then all my assets are failing in Scene7 Batch Upload Step. Getting below error com.adobe.granite.workflow.WorkflowException: --Dynamic Media asset upload ...
What is the best way to replicate changes made to a teaser that is used across several variations of an experience fragment, to avoid having to make the change manually multiple times?
Hi All, I have a requirement to move asset/s from one path (/content/dam/sourcePath) to (/content/dam/dest) path.I am planning to use asssetManager.moveAsset(..) operation from com.adobe.granite.asset.api.AssetManager API.Ref.https://www.adobe.io/experience-manager/reference-materials/6-5/javadoc/co...
I've configured the Bulk Ingestion tool to fetch assets from Azure Blob store. I've also placed the metadata file in Azure blob. I'm then trying to "Dry Run" the import tool and I get the below errorIf I remove the metadata file path from the tool configuration, the import works fine but I need to i...
Hi All, I am creating a CSV file in AEM for which I am using assetManager createAsset method but that is deprecated now.What is the correct API to use instead? https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/developer-reference-material-apis.html?lang=en...
Hi all,I have just started working on AEM Assets. I am currently trying to upload an image asset from my local disk to my local AEM instance. I am providing those images some metadata properties such as dc:title and dc:description using Photoshop. However, these properties are not visible to me once...