HellBus1 / VentNote

VentNote: taking notes like a breeze. A simple note management app build with native kotlin.
https://play.google.com/store/apps/details?id=com.digiventure.ventnote
Apache License 2.0
27 stars 1 forks source link

data backup using drive api #47

Open HellBus1 opened 5 months ago

HellBus1 commented 5 months ago

Figure out the feature should do

  1. First it will prompt user to sign in using oauth to access their drive
  2. The app will create a folder called ventnote/sqlite_date.sql etc backup (i should check it more)
  3. There is should be a page that contain button to backup & synchronize (two buttons)

Figure out how drive api v3 works

image

  1. How to integrate with android studio
  2. The file should be saved in my drive (i should check it more, some app didn't show the folder)

Figure out how to setup api in the cloud (for dev & prod)

  1. How to setup api & services
  2. Configuring oauth 2 consent
    • Defines what is displayed to users and app reviewers
    • Register my apps