mayankkataria opened a new issue #463:
URL: https://github.com/apache/cordova-plugin-file/issues/463
```
this.file.readAsDataURL(this.file.externalCacheDirectory,
'1614879497083-cropped.jpg')
.then(dataUrl => {
console.log('data url: ', dataUrl);
})
.catch(err => console.log('err: ', err));
```
If I change the file name than error code is logged in console but when the
file name is correct, NOTHING is logged in console. There's no error in console
which means the plugin has accessed the file successfully but the promise is
not getting resolved.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]