I want to make a backup of my app in Android and I want it to be uploaded onto Google Drive as WhatsApp does. But I couldn't find any way to do this as the Drive.DriveApi method is deprecated now.
Please help me with new code.
I want to make a backup of my app in Android and I want it to be uploaded onto Google Drive as WhatsApp does. But I couldn't find any way to do this as the Drive.DriveApi method is deprecated now.
Please help me with new code.
Google has provided samples of using Drive Rest API here.
For the detailed description, you can check this medium post.