Android – can I use Google cloud hard disk as the host of my application data? Can application data be online?
I'm sorry if this ends up being wordy
Just like the server, you can have data there, and users can access it with the correct code. Can I put my text files on Google cloud hard disk, publish them, and then allow my applications to access them?
I did this with the local web server I created. Asynctask interacts with the. PHP file on the server, and the PHP file calls data from the MySQL database. Of course, this works, but since I can't pay for the server, can I choose to put my data into a text file and host it on Google's cloud hard disk? So just use asynctask to call them? I made a mistake in trying. I began to think it was impossible
In essence, is there any way I can use Google cloud hard disk as a server? If I can't use it, does anyone know any other reliable free websites? I know my aynctask code works because when I use xampp to create a local server on an old laptop, I can host a MySQL database and. PHP files that work as described above
My app is currently offline and I want to change it, so I don't have to send user app updates through the play store every week. What's your suggestion?
Thank you for your help. I know this is not strictly code, but Google drive can also be used
This is my application, so you can understand the data I'm using and how I want to display it: https://play.google.com/store/apps/details?id=com.history.f1historyfree
resolvent:
Yes, you can. Using the Google drive SDK and an Android specific example, you can https://developers.google.com/drive/integrate-android-ui inspect