Cordova resolveLocalFileSystemURL error code 1000

Hello, developers!
When i use cordova function resolveLocalFileSystemURL with some type of file uri (like content://com.android.providers.downloads.documents/document/some_doc) i have error with code 1000. I use cordova 5.1 and latest version of ionic CLI for building app. Is it some way to open this files with cordova?

1 Like

Finally, i didnt find the solution how to process this type of file uri with Cordova. However i was able to transform uri to native path with this plugin https://github.com/hiddentao/cordova-plugin-filepath, that partly solved problem.