an-rahulpandey / cordova-plugin-dbcopy

Copy SQLite Database from www folder to default app database location
Apache License 2.0
89 stars 48 forks source link

copying on a usb storage #58

Closed perpi-66 closed 5 years ago

perpi-66 commented 6 years ago

here is the code : this.platform.ready().then(() => { this.androidPermissions.requestPermissions( [ this.androidPermissions.PERMISSION.READ_EXTERNAL_STORAGE, this.androidPermissions.PERMISSION.WRITE_EXTERNAL_STORAGE ] ); this.sqlcopy.copyDbToStorage('ionic.db.sqlite', 0,'/storage/7ABC-88D4/' ,true)

which gives me in return this message [11:27:20] console.error: {"message":"/storage/7ABC-88D4/ionic.db.sqlite (Permission denied)","code":400}

an-rahulpandey commented 6 years ago

Hi,

Can you try copying it in storage download folder?