I want to upload images to AEM through Assets API. I see you can add binary files but my question is that how can I possibly upload image assets using image Url which is publicly accessible on web? Like do I need to convert it into blob and then upload it via assets api or is there a better way for ...
I am trying to publish the project but while running these commands ------------------------------------------------------------------- mvn -PautoInstallPackagePublish clean install mvn -PautoInstallPackage clean install -Daem.port=4503 but i am getting error that ----------------------...
Hi, While authoring the image component in AEMaaCS, I am getting the above error (code 500). I am using the latest SDK of cloud and core component 2.19.0 Same thing is working on AEM On premise The issue I found is the src pointing to content/project path instead it should point to dam. In the...
I have a csv file placed in dam , I want to write a groovy script to update the csv file with the new data, the data I am able to fetch with the script only thing that is require is to push it into csv file e.g : how to push "demo data " to csv file Please help me out here, what could be the pos...
Hi all, I'm using the image core component without renditions default behaviour and I'm using a js lib. The think is that I'm using a data-src attr that uses the image.src property. But this image is rendered with a smaller size (1280x568px) than the original (4320x1920px). The path is: data-src="...
I would like to make a POST request to migrate elements in bulk. Can I do it in one API call instead of making multiple post request? Here's how my body looks like: { "properties": { "description": "This is a Category Example", "title": "Category Example", "cq:model": "/c...
Hi, Is there any query available for not exists condition. We need to find list of pages whose cq:lastModified property is not available. I tried with below but it seems not proper. path=/content/hr/stock/ubs1_property=@jcr:content/cq:lastModified1_property.operation=not existsp.limit= -1
Hi Community,Odd one, I have 1 specific user who is receiving 'Failed to authenticate with Adobe ID' error whenever they try and sign into our SaaS AEM Author. They have been accessing this environment all of last week, they are still in the user list, and I can impersonate them. I have signed in as...