@RahulMohan There are 2 ways to achieve this:
1. Create a metadata export by selecting specific folder. This will generate a CSV file of all assets and their metadata. You can filter out blanks.
2. Or run the following query for your folder path containing the assets:
{"path": "/content/dam/your-fol...
@Natalie_Shanks_OneAmerica Since you're using the out-of-the-box (OOTB) automation for publishing assets from Workfront to AEM Assets, you have the first part of the integration already in place. This ensures that assets created and managed in Workfront are automatically pushed to AEM Assets.
To...
@Natalie_Shanks_OneAmerica you might want to try the following workflows:
Initial Upload: An asset is uploaded to AEM with a metadata field indicating an expiration date six months from now.Notification Setup: Configure AEM to send a notification one month before the expiration date.Workfront Task ...
@Natalie_Shanks_OneAmerica We should ideally keep final assets in DAM. However, if there is a need to upload work in progress assets too, it is advisable to maintain separate taxonomy/folder structures. This is needed to:
1. Save Space/storage
2. Manage your assets better
3. Keep Final assets separ...
@Shahid_Siddiqui_04 You can refer to the below approach:
1. JavaScript should extend the existing functionality of the asset selection toolbar. Example:
(function(document, $) {
'use strict';
$(document).on('foundation-contentloaded', function(e) {
var toolbar = $(".granite-collection-actionbar")...
@CynthiaCo I couldn't find any option to bulk export/download assets from AEM Essentials. Request you to raise a feature request from here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-ideas/idb-p/adobe-experience-manager-ideas
Also, you can open a support ticket with ...
@kino2022 the simple answer is No. This feature was introduced in latest Adobe summit for AEM as a cloud only. If you reach out to Adobe for more info, they might ask you to upgrade from AEM 6.5 AMS.
@BhavaniBharani I was able to find this article online: https://cloud.google.com/asset-inventory/docs/export-asset-metadata
If you get hold of metadata from Google cloud, in an excel file, it can simply be modified and imported in AEM DAM in one go. More info here: https://experienceleague.adobe.co...
@andrewb51216333 You can enable binaryless translation to save storage/space, while creating language copies for assets.
I followed these 2 docs for AEM 6.5 (AMS):
https://experienceleague.adobe.com/docs/experience-manager-65/assets/administer/best-practices-for-translating-assets-efficiently.html...