I have a scenario where multiple developers need to access the same AEM DAM environment. Each developer will have their own workspace folder in the DAM. They will be accessing the assets and updating the metadata in their respective folders using the Assets HTTP API. Is there a way to apply HTTP API...
I have a requirement where I need to search for assets by title or file name. Does Assets HTTP API support the searching of assets in AEM DAM? Or is there an alternative programmatically approach or another API for it?
Does Assets HTTP API support accessing assets in a given collection in AEM DAM? Or is there an alternative programmatically approach or another API for it?
Hi Team, I have to get the nodes using the date value YYYY-MM-DD but the node also contains timestamp.Kindly let me know how can I do that?I tried below but got the exception-map.put("daterange.property", "joiningDate");map.put("daterange.lowerBound", "2021-02-16" + "-01-01");map.put("daterange.lowe...
There are tutorials showing how to create a content fragment model via the web UI. This is of little use, as this will exist only on a developers local instance. We need a way to create content fragment models in our projects repository, so that we can build and deploy it to all our environments, an...
So I wanted to check if there is a touch UI version of this class feature that exist1. Authors are trying to use a tag on the page using tag field resource type. 2. If the tag doesn't exist, they can create a tag using the same tag field browser window, instead of going to tagging area and creating ...
We are using AEM 6.5 and we just migrated to SP7.After SP7 migration, we are foreseeing the below issue in sites.html where it keeps on loading and not giving us the sorted list according to modified column after the on click of modified column in list view of sites.html Before AEM 6.5.7, it was giv...
Hi, I want to generate some specific renditions for a specific folder so I have following questions.1 How to generate only jpg renditions for a specific asset.2 How to generate above renditions for only some assets inside a folder. Don't want to do it for all assets.