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

not logging in after update #860

Open
blackwolf666 opened this issue Apr 18, 2024 · 6 comments
Open

not logging in after update #860

blackwolf666 opened this issue Apr 18, 2024 · 6 comments

Comments

@blackwolf666
Copy link

blackwolf666 commented Apr 18, 2024

Recently update to version 0.7.32-0ubuntu3~bpo22.04.1
mounting script stopped working
manual mounting stopped working
mounting command
$ google-drive-ocamlfuse -serviceaccountuser xxxxxx@gmail.com -label xxxx ~/mydir

gives
fuse: invalid argument `/home/user/mydir'

previous version worked properly

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy

Kernel Linux 6.8.6-x64v3-xanmod1

@astrada
Copy link
Owner

astrada commented Apr 18, 2024

Can you please check if one of the arguments xxxxxx@gmail.com or xxxx matches an existing file in the directory where you are starting the program? If so, can you try running the command in a directory where no such file exists? I have an idea of the problem, but I need to verify my hypothesis. Thanks!

@blackwolf666
Copy link
Author

make a new void directory and running into it, with a brand new mountpoint
xxxx@xxxx-HOME:$ mkdir new
xxxx@xxxx-HOME:
$ cd new/
xxxx@xxxx-HOME:$ mkdir mountpoint
xxxx@xxxx-HOME:
$ google-drive-ocamlfuse -serviceaccountuser xxxxx@gmail.com -label xxxxx mountpoint/
xxxx@xxxx-HOME:$ ls mountpoint/
xxxx@xxxx-HOME:
$

nothing happens

@astrada
Copy link
Owner

astrada commented Apr 19, 2024

Sorry, can you try again without the -serviceaccountuser? Like:

google-drive-ocamlfuse -label xxxxx mountpoint/

@andreaxhearts
Copy link

andreaxhearts commented Apr 20, 2024

I was getting that message too, I had to remove -config, which was using the default path for the label anyway.

Edit: There's something going on with how you define the mountpoint, if you have the first slash at the beginning it doesn't work. I tried specifically "home/andrea/Drive/..." instead of "/home/andrea/Drive/..." and it worked.

@astrada
Copy link
Owner

astrada commented Apr 21, 2024

I should have restored the original behavior in version 0.7.32-0ubuntu5~bpo22.04.1.

@blackwolf666
Copy link
Author

It works now, thank you

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

3 participants