Sharing information between devices using google drive


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?

0
May 24 at 11:59 AM
User AvatarIdoSC
#java#android

Accepted Answer

If you already want to use Google services for that purpose most developers would use Google Firebase, not Google Drive.

User AvatarRobert
May 24 at 3:15 PM
0