Hi @Asutosh_Jena_ , I gave permissions as follows:scripts=[ " create
service user service-user with path system set ACL on /conf,/apps, /,
/content/dam/project allow jcr:read for service-user end # Add members
to groups add service-user to group administrators "] So, my
service-user has admin rights. still nodes are not getting saved with
session.save(), where session is created with service user.When I debug
through my code, I get resolver object and code is traversed till the
end. I don't see ...