Backup file to user google drive

I store all tinydb data in a .josn file, but i want to export that file in users Google drive as a backup and retrive again in future.
Currently i store in firebase but due to security reason or user data protection i decided to ignore this and store in user side.
Please help

You can use Google APIs to do that.

1 Like

Google what api more information

Search on YouTube or google you will find your answer.
But it is quite difficult because Google has strong authorization.

@ShaikhSajidAli you can have a look here,

Introduction to Google Drive API  |  Google Developers

use it to make those backups :wink: