How to use the HTTP API to create an asset in an AEM instance. I am using the below code and getting a 500 Server error. CredentialsProvider credentialsProvider = new BasicCredentialsProvider();credentialsProvider.setCredentials(new AuthScope(AuthScope.ANY_HOST, AuthScope.ANY_PORT),new UsernamePass...
Hi, This issues is with chrome browser latest version 83.0.4103.61 . There is a known bug reported Jira bug number : GRANITE-30226 with Adobe for fix. In the meanwhile you can use other browsers for installing. Thanks,
Hi, We have created user and added DAM-Users group to the user. But when the user tries to create a folder he is not able to see the private check box. He is able to see the Orderable check box only. What extra permission do i need to provide so that the user will be able to see the private checkbo...
Thanks Nikash for replying.The first option where the property name "./propName" is replaced by "propName" , the value is not being stored.I am checking if I am missing anything.The second option is working fine.Thanks,Debasis
Hi Kiran,Please overlay the below file./libs/cq/inbox/gui/components/inbox/dialoginjection/render/render.jspand update the code as belowCHANGEdata-payloadpath="<%= xssAPI.getValidHref(payloadPath) %>"TOdata-payloadpath="<%= xssAPI.getValidHref(workitem.getWorkflow().getId()+"/data/metaData") %>"Plea...
Finally I got the root cause of the issue.The issue was due to a wrong xmlbean dependency being added as part of com.adobe.granite.poi. The correct version of com.adobe.granite.poi should be 2.0.24 when you check in the http://localhost:4502/system/console/depfinder and search for org.apache.xmlbean...
Hi Team,Recently I moved my project base from AEM6.3 to 6.4. While doing the sanity testing I found that the application is throwing error while converting the xlsx filestream to Apache POI Workbook object.Below is the code.It's working in AEM6.3 but not in AEM6.4 Resource fileResource = resourceRes...
Hi Team,I have a requirement where I need to add a custom footer to the aem/start.html page.I saw the below code in "/libs/granite/ui/components/shell/page/page.jsp " where there is a globalfooter being referred to but I do not see one in the start up page.Resource globalFooter = resourceResolver.ge...