google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
Error: Mountpoint should be an existing directory
I am using google-drive-ocamlfuse with Google CE through google colab. I have been using it for the past week with no issues, but today started to run into a strange error. When I mount to my mount directory using google-drive-ocamlfuse, that directory disappears from the file explorer tab in the left of the page. I also am unable to navigate to that drive using python os, meaning I am unable to access any drive files. If I unmount, the mount directory name reappears in the file explorer, but is an empty folder. If I try to mount to the mount directory after already running the mount directory once, I get the error in the title of this post, suggesting that the mountpoint does not exist at all. If I run mkdir however, it says that the directory already exists. Has anyone experienced similar issues when running google-drive-ocamlfuse with colab? I have tried restarted my VM instance, generating new Oauth credentials, creating new mount directories - none of this fixes the issue. Any help would be greatly appreciated.
Did you manage to solve this?