astrada / google-drive-ocamlfuse

FUSE filesystem over Google Drive
https://astrada.github.io/google-drive-ocamlfuse/
MIT License
5.42k stars 346 forks source link

ubuntu-22.04 do not work #869

Open ubuntu-linuxer opened 1 month ago

ubuntu-linuxer commented 1 month ago

google-drive-ocamlfuse, version 0.7.32 do not work ubuntu-22.04 that is no OAuth2 mode. I changed .gdfuse/default/config from oauth2_loopback=true to oauth2_loopback=false. then $ google-drive-ocamlfuse Error: You should specify a client id (-id) and a client secret (-secret ) but google-drive-ocamlfuse, version 0.7.30 do not work ubuntu-20.04 that is no OAuth2 mode default. then $ google-drive-ocamlfuse work fine, I can access login from brawser authentication.

ubuntu-linuxer commented 1 month ago

sorry I rewrite. google-drive-ocamlfuse, version 0.7.32 do not work at ubuntu-22.04 that is no OAuth2 mode. I changed .gdfuse/default/config from oauth2_loopback=true to oauth2_loopback=false. then $ google-drive-ocamlfuse Error: You should specify a client id (-id) and a client secret (-secret ) but google-drive-ocamlfuse, version 0.7.30 work at ubuntu-20.04 that is no OAuth2 mode default. then $ google-drive-ocamlfuse work fine, I can access login from brawser authentication. and google-drive-ocamlfuse, version 0.7.30 work at ubuntu-20.04 that is OAuth2 mode. I setup google developers console for OAuth2. $ google-drive-ocamlfuse -id xxxxx -secret xxxxx