Register now or log in to join your professional community.
we can connecting sql or Access on dropbox:
Filefile= newFile(getDatabasePath("my_database").getPath());file.getParentFile().mkdirs();FileOutputStream outputStream = new FileOutputStream(file);
DropboxFileInfo info=dbInstance.getFile("/BackupFolder/my_database",null,
outputStream,null);