mirko77 commented on issue #525:
URL:
https://github.com/apache/cordova-plugin-file/issues/525#issuecomment-1472227571
@grassick I tried your fork but I still get error 1.
`file_URI =
'content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2F00052123047880195188.pdf'`
```
window.resolveLocalFileSystemURL(file_URI, _onSuccess, _onError);
```
always error 1.
Works in 6.0.2, by using the default android file picker, but it fails again
(error 1) when using a third-party one, like Solid Explorer.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]