Hi, I had a requirement to migrate assets with metadata from one AME instance to another AEM instance. For that we are using app builder. I am facing an issue were my Js code in app builder is not working for large volume of assets and subfolders.I couldn't able to debug/ trace the logs which are ad...
Hi @digarg , Thank you for the response. I will be migrating all the asset metadata from source aem instance to target aem instance, so in the code which i have shared earlier, the payload metadata variable is having all the properties of metadata. But still all the properties are migrating under jc...
Thanks @Saravanan_Dharmaraj . Using the AEM workflow process step we can modify the dc:title and other namespaces. But i would like to know that metadata properties are getting stored under jcr:content while migrating the assets. The actual place to store the metadata is jcr:content/metadata right. ...
Hi, I am currently facing an issue with the migration of asset metadata from one aem instance to another aem instance using the App Builder. While i have successfully able to migrate the asset and their metadata from one aem instance to another. I have noticed that the metadata values are being copi...
Hi diksha_mishra, Tried the mentioned option, but not working as expected. I think i need to change the structure of the code were i need to call the photoshop api to save the output with mask and transparent background. https://developer.adobe.com/firefly-services/docs/photoshop/api/photoshop_acti...
Hi all,Working on aio app builder(asset compute worker) to integrate the Photoshop action api. I have the Photoshop action file which has to do the below actionsApply a Photoshop Action (supplied) that will:Convert Colour Profile – sRGB (layers)Deep Etch (Flattened Image) Single Layer MaskClipping P...
Hi @EstebanBustamante ,The issue with the authentication from AEM instance to app builder, after added the aio login token in the processing profile, the issue is resolved.Thanks for your reply and reference. Regards,Bhavani Bharanidharan
Hi all,I am trying to build a Asset Compute Worker (App Builder) App that can be integrated with AEMaaCS instance and will help to remove the background that is available in the AEM Asset Compute Worker with Photoshop API Code Lab.AEM Asset Compute Worker I have followed the above lessons to remove ...
Hello Team, I'm currently working on integrating Adobe I/O app builder to migrate asset migration between AEM cloud sites instances and AEM dam instance, ensuring the transfer includes metadata, smartcrop, and asset binary properties. I've successfully created a new project using the app builder int...
Hi all, I am attempting to add a dropdown field in a folder metadata schema .The goal is to include a dropdown field that is visible only in the folder properties, but not with the assets contained within. Despite this, the value selected from the dropdown in the folders should be applicable to the ...