Hacker News new | ask | show | jobs
by pkaye 3684 days ago
Is this the Google Cloud Storage? Is it accessed as a remote file system?
2 comments

For apps written against the "native" Chrome API, Google Drive is presented as a filesystem the same way as the local filesystem - any service can expose itself similarly via the [chrome.fileSystemProvider API][1].

[1]: https://developer.chrome.com/extensions/fileSystemProvider

Google Compute Engine--Debian VM--for remote dev machine. I'm using Google Cloud Storage for static web sites. It is accessed as a remote file system. https://cloud.google.com/storage/docs/hosting-static-website...