I have a requirement to generate png/jpg/HTML renditions from CAD step files in AEM. I created a processing profile and tested it on some CAD step files and it did not work. Is there a way to fulfill my requirement? through an ECMA script? any 3rd party tool? Thanks,
@davidjgonzalezzzz Yes, I have ui.apps as well as ui.content. So, I copied the files from the github link you shared into ui.content jcr_root. I ran the pipeline to deploy but, I still don't see the prior missing cloudsettings and notification files
I am using the Assets HTTP API. One of the limitations is "Asset API does not return the complete metadata. In API the namespaces are hardcoded and those only get returned. If you need whole metadata, then look at the asset path /jcr_content/metadata.json." I am accessing the following path but it s...
@BrianKasingliThank you for the response.The developers need to access the DAM using the HTTP API - HTTP API works with service credentials/access-tokens - Each developer will have the same service credentials because they are on the same AEM instance.How will I link each AEM developer user with the...
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?
@davidjgonzalezzYes, it worked. I packaged the missing filters from the local SDK and uploaded it to the Cloud. Is there a way to add these missing filters in the codebase and then deploy them through the pipeline?
I am trying to bulk migrate assets from an asset bank into AEM DAM. I am leveraging the ACS CSV Asset Importer Tool. A lot of assets are related (referenced to each other with ids) in my older asset bank.Does anyone know any automated way of relating assets in AEM DAM?