I want to build an android app that runs on two phones and shares between a string that can be changed on both devices.
I want to do it by editing a google drive txt file.
How can I read and write to a file in google drive with java?
If you already want to use Google services for that purpose most developers would use Google Firebase, not Google Drive.