google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

Has anyone gotten this to work on Kaggle?

Open ryan-caesar-ramos opened this issue 2 years ago • 1 comments

This isn't really an "issue" so I apologize in advance if this needs to be closed, but has anyone succesfully gotten this to work on Kaggle? I tried to get it to work, but unlike Colab, I can't interact with Kaggle's cell output when running Linux commands (unless I just messed it up), so I can't complete the authorization process. Was thinking about SSH but I heard Kaggle no longer supports it (unless I'm mistaken).

ryan-caesar-ramos avatar Apr 11 '22 04:04 ryan-caesar-ramos

I m trying to do the same. I apparently got past the auth issue (seeing 'Access token retrieved correctly.' printed in a cell output'. I got problem when trying to go ahead and mount:

!sudo apt-get install -qq w3m # to act as web browser 
!xdg-settings set default-web-browser w3m.desktop # to set default browser
!mkdir ~/google-drive
!google-drive-ocamlfuse ~/google-drive

I got "fuse: device not found, try 'modprobe fuse' first", and if i tried "!modprobe fuse", i further got this:

modprobe: FATAL: Module fuse not found in directory /lib/modules/5.15.65+

kechan avatar Oct 09 '22 19:10 kechan