Live data from Hacker News

Show HN: Google Drive as a file system

github.com

81–86 of 86 posts

Re: Show HN: Google Drive as a file system

#81

Earlier quoted context omitted.

Awesome project! I'm curious, how does it compare to google's own similar product, Backup and Sync[0]? It seems like the primary difference (other than being FUSE-based) is that, for data where google has a collaborative interface (docs, sheet, etc), Backup and Sync will place into the folder a "file" which is simply a link to open up the docs/sheets/slides app. Your app, on the other hand, seems to translate this da…

Thank you for your response! You are correct in saying that GCSF doesn't download any data upfront. It constructs the file tree at mount time using only file metadata and downloads the actual file content only when it encounters a `read` call. This is an advantage if you're running low on local space (the file system essentially adds 15 GB of "free" additional storage). Real time collaboration is indeed a shortcoming…

Isn't this the same as Google File Stream?

Re: Show HN: Google Drive as a file system

#82
post #62

Earlier quoted context omitted.

This is neat! Can I use this for multiple accounts? I've been looking for a MacOS and Linux solution for this exact problem but I'd like to use it for 3-4 Google accounts. Another question related to implementation. How easy is it to use a language like Rust for some web connection stuff like what is being used here? I've never used the language, but I've always been interested in it.

This looks very useful! We've been using Syncdocs [0] to sync multiple accounts concurrently to Google Drive. Syncdocs does end-to-end encryption. Would it be possible to put in a PGP layer that automatically encrypts into your solution? [0] https://syncdocs.com

This looks more like a contender to rclone, doesn't it?

Re: Show HN: Google Drive as a file system

#83
post #73
post #44

Earlier quoted context omitted.

As an undergrad thesis? Wow you are amazing! I'm wondering how it differ from the existing Google Drive FUSE project? [1] [1]: https://github.com/astrada/google-drive-ocamlfuse

I did one as well. It's a no brainer: a semester to do whatever you want as long as you get someone to agree to mark it.

It was required for us, one semester of “independent study” where you must select a research adviser (professor) and produce a final report. I did mine on “TorCoin” and it was an awesome experience, the only time I legitimately enjoyed school.

Re: Show HN: Google Drive as a file system

#85
post #73

Earlier quoted context omitted.

I did one as well. It's a no brainer: a semester to do whatever you want as long as you get someone to agree to mark it.

It was required for us, one semester of “independent study” where you must select a research adviser (professor) and produce a final report. I did mine on “TorCoin” and it was an awesome experience, the only time I legitimately enjoyed school.

Definitely not the only time I enjoyed school, but definitely my favourite part.

Re: Show HN: Google Drive as a file system

#86

Stupid question[0]: What do the initials GCSF stand for? [0] Yes, I know there are no stupid questions, only inquisitive idiots.

The question is not stupid at all, but the answer is :). GCSF stands for "Google Conduce Sistem de Fișiere" -- a (bad) word-by-word Romanian translation of "Google Drive File System".

And I see that you've now added the explanation to the README:

https://github.com/harababurel/gcsf/commit/3d5ba8ffff2a18bf0...

Post reply on HN