Closed harikrishna266 closed 7 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
I have modified the error callback, not it will show proper error message. Please install the plugin from Github.
thank you
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