I am building my first Android app. I want to collect opt-in data from the user (let's say input data), save it and ultimately view it as a CSV.
I attempted to use the Google Sheets API, but reached a dead end. I'm wondering if there are alternative ways to store data.
The data will be fairly large (the data will be collected every few minutes for several hours) So I don't want to take up too much storage space on the user's phone. I'd love to upload the data to some sort of cloud, but am lost outside of Google Spreadsheet API