Hi,I need to replace an image in CRX hierarchy under /apps/.../toolbar/images.How can this be done through /crx/de/index.jsp? Is there a different way to upload the image file to this images folder?Thanks,Leena
Hello, I am using the Rest API to interact with our AEM as a Cloud Service environment. When I attempt to use the create folder api, I cant get it to set the Title correctly. For instance, I used the following request:POST https://author-xxxxxx-xxxxxxxx.adobeaemcloud.com/content/dam/myfolderRequest...
Hi, I have a Content Fragment Model and content fragments created with content fragment model.Now the team wants to move Content Fragment Model from "/conf/projectA/CustomModels/settings/CF-model" to "/conf/projectA/settings/CF-model". Use case: Existing content fragments referencing "/conf/projectA...
I am bulk uploading content fragments to AEM as a CS.For this CF Model I have a property that is unique for all the content fragments, but to test when I tried uploading the same object twice, AEM did accept the POST request and created the CF and added '<cf-url>-1' with the same data and completely...
I am trying to upload content fragment data via POST request and for each json object I have a unique 'ID' property that I want to act as a unique ID on AEM. The problem is, when I do a mass upload split into two folders EN and FR (as the CFs are in two languages) AEM does not recognize the unique I...
We currently have the remote asset selector set up for Next Gen Dynamic Media, but for some reason we're only limited to images. Is there a way to enable other file types like PDFs? Not sure if there's a configuration responsible for this or something else.
Hello, I'm trying to create a new editable template.I have already created one template from scratch and am planning to create another using this template.When I copied and created this, this template had a 1 added to the end of the existing name.My question is, how can I safely change the name of t...
We've a requirement to restrict the asset upload based on certain file name pattern on AEMaaCS. We tried using the fileupload.js illegal charset. It is not working. Custom clientlibs with the file upload validation that is also not working on cloud service. OOTB in Cloud we've validation for MIME ty...
Hi Everyone, I have to use twilio message api [https://www.twilio.com/en-us], For that I have added dependancy in core pom file like below to use their apis. core pom.xml:<!-- communication web API https://mvnrepository.com/artifact/com.twilio.sdk/twilio --><dependency> <groupId>com.twilio.s...