google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
/home in drive
Sorry, i cannot find a solution to my problem. I wish use the drive like a home in cloud, not all the folders because i have configs, etc. But yes the xdg user dirs, downloads, documents, images, and some more like projects... because i can work in cloud. So for do it, i thought the best way is, make a -label per folder, and mount a -label per foulder. My problem is, if mount default label with default settings in config all work nice, mounting all drive in a folder. if i mount default settings in some label it work too, the same way all my drive, but when i try put other root_folder like (root_folder=https://drive.google.com/drive/folders/"downloads folder code") it not work. I don't know why, -debug not error, but never end, log empty. What i am doing bad? how i can do it? thanks
When you change the root_folder, you have to remount with -cc, otherwise the cached values don't match anymore.
Thank's for your fast answer. yes, i done it before, the message is "clearing cache...done" and it look like work, but not, if i go to nautilus the folder is empty, and if i go in terminal with: cd downloads ls the message is: ls: reading the directory '.': error input/output i translated it literally, i don't have my computer in english. I hope it be just a some stupid thing i am doing bad.
If you have an input/output error you should see something in the logs.
the log is in: ~/.gdfuse/label/gdfuse.log isn't it? so it is empty
Logs are traced only if mounted with -verbose
(or -debug
if you want to get also requests/responses from the Drive API).
Yeah sorry now i see. [121.955350] TID=5: BEGIN: Getting resource 1000 (in folderhttps://drive.google.com/drive/u/1/folders/asdjhlfjhlj329682klhjhbxbcvz,zmxbcv) from server [122.203667] TID=5: Service error: {"error":{"errors":[{"domain":"global","reason":"notFound","message":"File not found: .","locationType":"parameter","location":"fileId"}],"code":404,"message":"File not found: ."}}. [122.206097] TID=5: Input/output error: stat /.Trash/1000.
It is the currently error. i think it is a mistake in url, but i don't know why, and i don't know what to do. here i changed the folder code in url for security. I hope you can help to me.
Would you mind sending me the log files (to [email protected])? I need both log files (gdfuse.log and curl.log), so please remount with -debug and reproduce the error before sending the files to me. Thanks!