google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
shortcuts stop working after renaming any part of the path and they start working only after the metaData update timeout.
Step to reproduce: Folder structure Root -> Folder1 -> Folder2
$ pwd
Root
$ ls -s ./Root/Folder1/Folder2 newShortCut
$ cd newShortCut
$ pwd
Root/newShortCut
So All work like Expected.
Then:
$ cd /Root
$ pwd
Root
$ mv Folder1 Folder11
$ cd newShortCut
**File not found**
Waite metadata update timeout. And againe
$ cd newShortCut
$ pwd
Root/newShortCut
All work like Expected.