-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.4
-
Fix Version/s: 4.1.0
-
Component/s: Lock / Autolock
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.1.1
-
Story Points:0
get_open_files() is used by the AutoLocker to find files currently opended on the OS. We use it to lock/unlock documents on the server while DirectEditing.
But if the user does not have enough access rights to some file, the whole function will throw such error:
PermissionError: [WinError 5] Access is denied: 'xxx'
The fix is quite simple: skip those files.