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

Authenticates and Mounts, But Doesn't Connect #899

Open
mlmilliman opened this issue Dec 24, 2024 · 2 comments
Open

Authenticates and Mounts, But Doesn't Connect #899

mlmilliman opened this issue Dec 24, 2024 · 2 comments

Comments

@mlmilliman
Copy link

This application with the latest version was working just fine until a couple of weeks ago when it stopped working. The command executes to mount the Google Drive, but when you try to open a file or list the directory's contents, an error that the transport endpoint is not connected is generated. There is no entry in the log file either. There is no indication of a failure other than not being able to access the Google Drive. I have cleared the cache and even re-authorized the connection without success. It seems that Google may have changed something on the back-end that is no longer allowing API access to our own applications.

I assume that a couple of other issues are related to this problem as well. The author may not have this problem if he got his access fully approved by Google. I tried to apply but they want more information than I have.

@NiklasEuler
Copy link

I faced a similar problem but found this interim fix by the author:
Solution

Basically, run
google-drive-ocamlfuse -f [mountpoint] &
instead of
google-drive-ocamlfuse [mountpoint]
and you should be good.

@bitranox
Copy link

my guess (and the solution) You might find here : #902

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