EricTheMagician/node-gdrive-fuse

node fs.es6.js not mounting FUSE

Opened this issue · 2 comments

After compiling, and creating Folder Tree Structure, I'm unable to get fs.es6.js to actually create a mount

I've checked the paths are correct in the config.json file, and the actual program is downloading updates from Google Drive

"2017-1-24T6:37::21 - debug: Finished parsing changes from google
2017-1-24T6:38::31 - debug: Getting changes from Google Drive. The last change id was 7616720.
2017-1-24T6:38::31 - debug: There was 2 to parse
2017-1-24T6:38::31 - debug: saving folder tree
2017-1-24T6:38::31 - debug: Finished parsing changes from google
^@2017-1-24T6:39::35 - debug: Getting changes from Google Drive. The last change id was 7616730.
2017-1-24T6:39::36 - debug: There was 3 to parse
2017-1-24T6:39::36 - debug: saving folder tree
2017-1-24T6:39::36 - debug: Finished parsing changes from google"

but it never actually create the FUSE mount.

Any suggestions?

Same problem here.

I too am having this issue. running on node 5 on ubuntu 16.04