I want to make backup of my app in android like Whatsapp

Viewed 923

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.

1 Answers

Google has provided samples of using Drive Rest API here.

For the detailed description, you can check this medium post.

Related