-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.3
-
Fix Version/s: 5.6.0-HF43, 5.8.0-HF40, 6.0-HF28, 7.4
-
Component/s: Nuxeo Drive
-
Sprint:Drive Next
-
Story Points:1
This happens when calling RemoteFileSystemClient.get_fs_item in RemoteWatcher._update_remote_states (code added for NXDRIVE-387):
# Verify the file is really deleted if self._client.get_fs_item(delete_pair.remote_ref) is not None: continue
If the user doesn't have acces to the document the returned FileSystemItem should simply be None, instead of a 403 HTTPError being thrown leading to invalid credentials and offline mode.
- depends on
-
NXP-16478 Fix drive root unsync when synchronizing parent root
- Resolved
-
NXP-17653 Drive: sync roots computation fail if user looses access on one of them during computation
- Resolved
- is required by
-
NXP-17541 Drive / GetChangeSummary: don't send a "deleted" event in case of a move to a synchronization root
- Resolved