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

copyDbFromStorage: DB Not Present in www folder #50

Closed harikrishna266 closed 6 years ago

harikrishna266 commented 6 years ago

window.plugins.sqlDB.copyDbFromStorage('newyork.mbtiles', location, 'file:///storage/emulated/0//Uptour/map/newyork.mbtiles', isDeleteOldDb, function(success) { resolve(success); }, function(error) { console.log(error, 'hgjk'); reject(error); });

throws 400 DB Not Present in www folder

an-rahulpandey commented 6 years ago

I have modified the error callback, not it will show proper error message. Please install the plugin from Github.

harikrishna266 commented 6 years ago

thank you