You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is occurring when apply method is called on acl, retrieved from Folder object
aclEntry = ActiveCMIS::AclEntry.new(auth.user,auth.auths, false)
array << aclEntry
acl.grant_permission(auth.user,auth.auths)
acl.apply