Appfog / Node.js - What's the best way to store data online?

I have an app online in Node.js on appfog that takes in user data. I need to store that data as a text file and me able to download it later. What's the best way to store these files?

I've tried setting up a MySQL or mongodb database, but I am having a lot of trouble. Is this the correct approach?

Thanks.