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?
I am using Assets HTTP API - I am trying to find a way to send data in body or payload. I know some of the endpoints accept data in the request body. For example, when creating a folder, we use the following: (See how the folder name is sent as form-data and not in the URL)POST /api/assets/* -F"name...
I have a large amount of collections with hundreds of assets. Has anyone noticed performance issues when loading the Collections page? I'm using Smart Collections and my thinking is that the page has to grab the 4 images from the search. Will I get better performance if I replace the thumbnail with ...
Hey there, I'm trying to run a search using searchAssetsByMetadata like this. <searchAssetsByMetadataParam xmlns="http://www.scene7.com/IpsApi/xsd/2016-01-14-beta"> <companyHandle>c|xxx</companyHandle> <filters> <includeSubfolders>true</includeSubfolders> <assetTypeArray> ...
Hi, we recently started using the Cloud Manager pipelines to run analysis on our code and one of the critical code smells that keep popping up is the following: IssueTypeSeverityEffortRuleTagsDocumentationMake "cryptoSupport" transient or serializable.Code SmellCritical30minsquid:S1948cwe,serializat...
HI, I am seeing an issue in one of our newly built AEm env. We are 6.5.7.I created a template using Empty page template which have single layout container > added the path of template in my XF folder allowed path > but then when I create a XF using that template, I dont see my layout container in th...
I am using the aem-upload tool to upload an asset to an AEM instance. The documentation says "all AEM as a Cloud Service instances will have direct binary upload enabled, so this library will work with those."But, I get the following error. Error: direct binary access not supported
I started with the platform jus a few days ago, seems it has good functions to customise what I need.I have however some large pdf documents that takes too long to become visible.Is there a way to tell the script to load and show the first page and continue loading the rest in the background? Thanks...
We have created an editable template. While moving this to higher environments(to QA,Stage & Prod),there are some confusions reg. permissions while defining it.Use case 1:- In dev , do we need to give the template authors access only to developers .What about in QA - is it only to QA folks? Subseque...