I would like to use the Google Drive API to backup my app data to the cloud. I have used BackupAPI
before but am not satisfied with the results.
I have successfully integrated the library to my app.
I followed the steps in https://github.com/googledrive/android-demos/blob/master/app/src/main/java/com/google/android/gms/drive/sample/demo/CreateFileInAppFolderActivity.java
I want to know how to copy my database for upload to Google Drive in AppData
folder so that it is not visible to the user.
Need some help here.