Skip to content

Comment on Ask HN: Experience using your user's Google Drive instead of a database?

Comments

Originally, when I started working on [Fileshark](fileshark.app) I designed it around using your own Google Drive as the storage backend. I ended up going in a different direction. Here are some of the reasons:

- Having the entire product be reliant Google is just too big a risk. Google has changed apis, and restricted access to third parties.

- Lots of added complexity around search, pagination, etc.

- Due to the last point, all the files need to be tracked in an external database. This adds a requirement to keep everything in sync.

- Now that the files are not stored in Google Drive, I’m working on adding an option to support auto backups to Google Drive.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.