Ask HN: Is there a Google Form like solution for Dropbox?

6 points by p0d ↗ HN
I have a few instances where I would like to store data, like a gas meter reading or my weight, on my phone and have the data saved on dropbox (csv?). I found one very pricey solution.

Does anyone know of a simple solution?

7 comments

[ 6.0 ms ] story [ 111 ms ] thread
Not sure about how polished of a solution you’re looking for, or if you’re on iOS, but I bet you could cook up an iOS shortcut to create a new file and drop it into Dropbox or iCloud. Another script could aggregate those into a single CSV?
Fillout.com has a native Dropbox integration
Thanks, looks interesting, having a look now.
Why don't you just use Google forms + sheets?

Otherwise CSV is just a text file, so you just need something that can edit Dropbox text files.

I ended up running with Google Forms and using rclone to sync the data to Dropbox. I use rclone anyway for backups, so should have thought of this in the first place.

I continue to use Google products but I am determined not to rely on any of their services in case they "go away". I know with this solution I will always have my data.