Hi @Vijayalakshmi_S ,I tried adding that property but that did not help. The issue was the incoming requests used to get timed out while our servlet was still processing all of the assets on-demand. We had to implement a workaround where we would create a json file containing the assets metadata us...
Hi @kautuk_sahni, You marked @Jörg_Hoh 's response as an accepted but that truly does not answer my question/query. I agree with what he is saying but this is an OOTB AEM product servlet and I can not extract out the code and create a separate sling service. It also appears that this OOTB servlet ha...
Hello @Vikram_Gaur_ & @uafzal, Adding /jcr:content/metadata.json to assets http api url <host:port>/api/assets/asset/jcr:content/metadata.json returns 404. The example given http://localhost:portnbr/content/dam/folder/assetname/jcr:content/metadata.json is not an asset http api request, it's a slin...
Hi @Vikram_Gaur_ Were you able to download the sample asset for which I had shared the link and observe the scroll bar in the asset name? Please let me know. Thanks,SKM-CT
Hi @Vikram_Gaur_ , Thanks for reaching out! The steps would be to add an asset with long file name in the dam and accessing the parent folder in a card view. Not sure if a long title name plays a role here or not.Here is the link to the aem pkg that contains a sample asset with long name: https://ww...
In Cloud Service environment the card view of assets with long names render scroll bar as shown below. This does not appear to happen in non Cloud Service environments (AMS and On-Prim). This does not look good aesthetically and not a good user experience.Can product team/engineering team take a loo...