I am using below API to set the ACL for the Project.Project p = Project.findProjectByPath(logicPath);ProjectData pd = p.getProjectData();pd.setAcl(acl);p.commit();However, this code is working in V7 but not working in V8.