Writing to files #150119
Replies: 1 comment
-
To store user answers in a centralized location, you'll need a server-side solution. Since you're looking for free options, here are a few suggestions: Google Firebase: It offers a free plan with limited storage and bandwidth. You can use Firebase Realtime Database or Firestore to store user answers. Google Drive API: Integrate Google Drive API into your web page to store text files containing user answers. Data limits and scalability Familiarize yourself with server-side programming languages like Node.js, Python, or Ruby. As for storing the file along with a user ID, you'll need to implement authentication on your web page using libraries like OAuth or Okta to assign unique IDs to users. Lastly, ensure you comply with data protection regulations like GDPR when storing user data remotely. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I am very new to coding. I am looking at offering a Web page that asks questions to people that login remotely to my page (no problems so far). However, I want to store their answers into a text file along with a user id so I can review them later. I have worked out how to store locally but that is pc/phone specific.
Can you recommend a way to store an answers file that will do this. Ideally free (lol).
I would like suggestions or pointers and will investigate.
Thanks
Gary
Beta Was this translation helpful? Give feedback.
All reactions