We’ve long envisioned an AEM Assets landing page that goes beyond a static entry point—a page that unifies our solution, reflects the customer journey, and serves as a central resource during stakeholder and customer conversations. I’m excited to share that this vision has now taken shape. We’ve cre...
Hello, I want to know how I can export a component to json when it has multifield elementsI have these classes but I don't really know how to display the contact list elements in the json package com.program.core.models; import org.apache.sling.api.SlingHttpServletRequest; import org.apache.sling.m...
Hello!Im facing a issue with gif/webp images, Im using the direct path to the file "/content/dam/path-to-file/example.gif" and im getting a 404 response when the browser tries to access the resource, this only happens with .gif/.webp files.It there any additional configuration that i need to do into...
Hello, I've been trying to use the HTTP Assets API to upload files, create folders, and publish assets in our AEM Production environment through Postman. While I'm able to successfully accomplish these tasks in our lower environments (local, dev, stage) I'm always blocked doing so in Production. For...
HI, We've got 5 static image renditions created on upload to provide thumbnails for Assets to use when displaying the image in card or list view etc. I beliege these are mandatory. See attachment. That's fine - but these are no use for real users of Assets and I'd therefore like to hide them from th...
Hi everyone, I am using AEMaaCS, I created a servlet to receive POST calls with multipart-form to upload assets through REST API: @Component(service = Servlet.class, property = { ServletResolverConstants.SLING_SERVLET_METHODS + QueryConstants.EQUAL_SYMBOL ...
Hi, I installed AEM Desktop app on my computer. When I sign in, the screen says "There are no assets to display" and there is a banner that says "The specified item could not be found". I've refreshed the app and rebooted my computer, but no luck. I'm not sure if I connected incorrectly or if this i...
Hello,Currenty we have using AEMAACS and in that AEM DAM has around 90k assets and few sub folders has around 28k to 40k assets we need to generate an Asset report and in that dam:sha1 value need to be included.In AEM OOTB Asset Report we are not able to add dam:sha1 value.Using servlet we have writ...
Hello dear Community, May i interest you in talking about upgrading the Thumbnails within the AEM Assets?Such a simple thing can have a big impact on how the users navigate the system. This is such a fun topic (for me at least), so i wanted to share the approach, ask you guys some questions and hope...
Hi,We have a requiremet to display a text value inside the Download dialog pop up(when we click the download button on an asset)The text value which need to display inside the download dialog is stored inside metdata schema with i.e dam:xyz property and this value need to be retrived and it should d...
Hi there, I need to perform a search through Querybuilder on AEM 6.5 leveraging on the asset name.The search must be partialcase insensitiveI have already tried on the node name concatenating %25 at the beginning of my partial value searched and * at the end but it doesn't work.Thank you,Serena