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
I remember searching stackoverflow to find out why permission weren't being set right. I looked at the ACL routine in dropkick and it turned out there was a lot of things dropkick was doing that didn't really set the "full access" rule correctly (ie: bug).
In my case, my answer here was what solved my issue:
In my case, my answer here was what solved my issue:
http://stackoverflow.com/questions/5935630/how-to-set-full-control-to-a-directory/6175523#6175523
** PropagationFlags.None was required in my case. I think dropkick didn't do this.
The text was updated successfully, but these errors were encountered: