I want to upload a db file from my app to google drive. I am able to create a folder in google drive but I am not getting how to upload db file .
This is my code.
Check your mime type of database file.
private String getMimeType(String string) { //set return "application/x-sqlite3"; return "application/x-sqlite3"; }