What about Google Drive File Stream? https://support.google.com/drive/answer/7329379?hl=en
Show HN: Google Drive as a file system
11–20 of 86 posts
Re: Show HN: Google Drive as a file system
#12Congrats on shipping! How does this compare to https://github.com/astrada/google-drive-ocamlfuse aside from the programming language?
Thank you! I think google-drive-ocamlfuse is an excellent product. It is clearly more mature and has more features than GCSF. I made a comparison between the two projects in sections 4.2 and 4.3 of my thesis [0]. In short, GCSF tends to be faster in several cases (listing files recursively, reading large files from Drive). The caching strategy it uses also leads to very fast reads (x4-7 improvement compared to google…
Re: Show HN: Google Drive as a file system
#13What about Google Drive File Stream? https://support.google.com/drive/answer/7329379?hl=en
Re: Show HN: Google Drive as a file system
#14Hello everyone! I have built a tool that allows Linux and macOS users to mount their Google Drive account locally as a virtual file system. The file system supports most typical operations (creating/deleting/moving/renaming files and directories, reading/writing to them). It can also export special Drive files as OpenOffice documents and has an in-memory cache which improves the speed of navigation and file access. C…
Re: Show HN: Google Drive as a file system
#15Re: Show HN: Google Drive as a file system
#16I ship a similar product that has included Google Drive integration (and many other back ends) since 2013 - https://www.expandrive.com - happy to answer any questions too!
Re: Show HN: Google Drive as a file system
#17Re: Show HN: Google Drive as a file system
#18Hello everyone! I have built a tool that allows Linux and macOS users to mount their Google Drive account locally as a virtual file system. The file system supports most typical operations (creating/deleting/moving/renaming files and directories, reading/writing to them). It can also export special Drive files as OpenOffice documents and has an in-memory cache which improves the speed of navigation and file access. C…
Cool project. Just FYI: footnote 68, which is supposed to have the Github link, has a link to something else instead.