MarkInaccessible is usually marked if something is unavailable, either because it doesn't exist or you don't have permission to access it. Either of these can be unexpected, so we should warn when that happens rather than requiring that you dig into whistory.
Mark
fs
as inaccessible if List errors.MarkInaccessible
is usually marked if something is unavailable, either because it doesn't exist or you don't have permission to access it. Either of these can be unexpected, so we should warn when that happens rather than requiring that you dig intowhistory
.Fixes #696.