Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to programmatically upload and download any file on Google Drive in Android studio

I have created an application in Android studio which store users information and other data in sqlite database. I want to give user an option to create the backup of their data(upload the database.db file) on Google Drive and restore (download the database.db file) from Google Drive.

like image 808
Pranav anand Avatar asked Sep 06 '25 02:09

Pranav anand


1 Answers

here is a perfect example for what you need. Go through the project and you will be able to do backup/restore of your db.

like image 70
Aashit Shah Avatar answered Sep 10 '25 07:09

Aashit Shah