google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
Not able to mount/authenticate google drive on WSL.
I am trying to use google drive as file-system for CVAT local server. I am using a docker environment to run a WSL2 distro.
After following the usual installation steps while running the customary setup command.
Command: google-drive-ocamlfuse
I get this response.
[4304:4330:0603/220329.350973:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: No such file or directory [4304:4330:0603/220329.351105:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: No such file or directory [4304:4330:0603/220329.398513:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: No such file or directory [4304:4330:0603/220329.398539:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: No such file or directory [4304:4330:0603/220329.473755:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: No such file or directory [4304:4330:0603/220329.473861:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: No such file or directory [4304:4402:0603/220329.790192:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files [4304:4402:0603/220329.790950:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files [4304:4402:0603/220329.791479:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files [4346:4346:0603/220329.981365:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
Although a web page is opened for authentication but nothing happens even after entering the details and everything.
Kinda stuck here...any help will be appreciated.