google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

FUSE filesystem over Google Drive

Results 184 google-drive-ocamlfuse issues
Sort by recently updated
recently updated
newest added

A file in Google Drive is owned by user A. User B is an editor of the file. User A uses Google Backup & Sync on Windows 10. User B...

I have a suggestion for a feature: Some way of notifying the user of the current sync status (like % complete) so the user knows when all of the files...

enhancement

Hi, I have around 1TB of data I need to upload. Whenever I mount the directory containing the files it does not start uploading. Is the only solution having a...

It'd be nice to have a label to quickly view known data loss/corruptibility issues. I haven't seen any related issues but it'd make it easier and potentially more reliable if...

symlinks to directories that we create with ocaml-fuse in linux are working properly for navigation using explorer in windows. However, we have some batch scripts that execute, and they are...

By no means am I a lawyer, but it appears that google-drive-ocamlfuse is improperly licensed. It depends upon [ocamlfuse](https://github.com/astrada/ocamlfuse), which AFAICT has always been licensed under GPLv2 (per https://github.com/astrada/ocamlfuse/blob/master/LICENSE). My...

I need to upload a large folder containing data ~20GB to google drive from a GCP VM instance. But trying to run `google-drive-ocamlfuse` for the first time gives me the...

``` opam install google-drive-ocamlfuse 31 ↵ The following actions will be performed: ∗ install camlidl 1.05 [required by google-drive-ocamlfuse] ∗ install ocamlfuse 2.7.1-cvs5 [required by google-drive-ocamlfuse] ∗ install google-drive-ocamlfuse 0.6.21...

I use google-drive-ocamlfuse on a Mint 19.3 XFCE machine. On two occasions the internet has gone down and it appears that when this happens the file system is locked up...

Step to reproduce: Folder structure Root -> Folder1 -> Folder2 ```Shell $ pwd Root $ ls -s ./Root/Folder1/Folder2 newShortCut $ cd newShortCut $ pwd Root/newShortCut ``` So All work like...