Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot login #897

Open
YunSang123 opened this issue Dec 20, 2024 · 3 comments
Open

Cannot login #897

YunSang123 opened this issue Dec 20, 2024 · 3 comments

Comments

@YunSang123
Copy link

Following the usage instruction, I activated the "Google Drive API" and created an OAuth client ID.
Next, I typed the following command
$ google-drive-ocamlfuse -id [client id] -secret [client secret]

But I got the following webpage.
access blocked

@astrada
Copy link
Owner

astrada commented Dec 20, 2024

Be sure to run the latest version 0.7.32 because Goggle disabled the old oob redirect option.

@YunSang123
Copy link
Author

Thanks for your reply! I found that the installed version is 0.7.30. So I tried to upgrade it to 0.7.32 using the following command.
sudo add-apt-repository ppa:alessandro-strada/google-drive-ocamlfuse-beta
sudo apt-get update
sudo apt-get install google-drive-ocamlfuse
But I cannot install 0.7.32 version.
Below is my /etc/apt/sources.list and /etc/apt/sources.list.d/alessandro-strada-ubuntu-google-drive-ocamlfuse-beta-focal.list contents.

For /etc/apt/sources.list,
image

For /etc/apt/sources.list.d/alessandro-strada-ubuntu-google-drive-ocamlfuse-beta-focal.list,
image

Could you kindly let me know why I am unable to install version 0.7.32?

@astrada
Copy link
Owner

astrada commented Dec 21, 2024

I'm sorry but focal doesn't have an ocaml compiler recent enough to compile the latest version. If you cannot upgrade to noble, you can compile google-drive-ocamlfuse with opam: https://github.com/astrada/google-drive-ocamlfuse/wiki/Installation#installing-with-opam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants