I am working with google drive API to backup and restore my SQLite database. All works perfect. But now i have a problem.
For example a user with id [email protected] login from two different devices to access my app. Now if both the device runs simultaneously only last device update will be saved on drive.
How can i restrict user to use only one google account per device? For ex. i have xyz@gmail account and i use this account with two devices.
How can i handle this? Please guide me.