Hi all, I am fairly new to AEM and am trying to build a basic Schema form for assets that simplifies the "default" form for my users. When I click on the checkbox icon in "Map to property" in a field's Settings, the Property Picker shows two complete metadata "folders," one nested inside the other...
Hello Team, I want to update metadata for 10, 000 assets in AEM What is the best way to update metadata for bulk no. Of assets at once or in batch wise? Thanks
I had a requirement to create a zip file downloading a set of images from AEM and i used an existing rendition of an image for the same and that works and I am able to download a rendition of an image and create a zip file. I used Asset API for the same. final Asset asset = DamUtil.resolveToAsset(...
I want to sync all of my AEM Assets with my local system automatically whenever we add assets in the AEM Assets cloud. Could you please let me know what the available options are? I considered using the AEM Desktop application, but it doesn't sync all assets locally. Would webdav work in this case...
My goal is to publish assets to social media like Facebook, Instagram, and LinkedIn in AEM Assets. Is there any OOTB option for publishing to social media?
I can't see any assets when I logged in to aem as cs based environment. The lower environments are working fine. I have sufficient permission to view asset. Can anyone help how to resolve this issue?
Hello, I have admin privileges on each of our products in Adobe (Assets, Dynamic Media, etc.). But even that fact, I cannot log in to the desktop app : I found an article in Adobe tutorials that I should ask "Dynamic Media administrator" for access. Okay - I'm the Dynamic Media administrator, but ...
I have a list if inputStream as below which contains the stream of a particular rendition of an asset. assetResourceList is a global list<beanclass> object. private void createZipFile( ) throws IOException { List<InputStream> inputStreamList = new ArrayList<InputStream>(); for(Resource assetResour...
Hello, our team publish PDFs with a URL and each time they don't update in production. It is not related to the Akamai cache as we have cleared that. Just seems to be an issue with PDF files. Checking the status of the last one, it still nots pending, although author says they have followed the righ...