Getting the data?
Im using your pluggin and I manage to install it and use it, I tried the code you just uploaded and it works, the problem is that uri return a string like: content://com.android.providers.media.documents/document/image%3A68 How can I get the actual file? Thanks!
If you want to manipulate the contents of the file you're probably better off using the Cordova File Plugin. Unfortunately the API is pretty clunky, so I suggest reading Exploring the FileSystem APIs
Thanks!
I'm not sure if you are still having issues with content URIs. If you are, check out this plugin.
While you can use the File System APIs to resolve file data from the media library, it won't work for document providers like Google Drive (on 5.x) -- that is where the Document Contract plugin proves useful.
I Have the same issue.
Can you please suggest how can i resolve?
Is there any sample codes?
If anyone are still facing this problem please checkout this plugin.
@coolvasanth one of the biggest downsides to the file-path plugin is, that it requests the permissions on initialize.
I am not aware that any of the plugins do the same thing but provide an extra function for request permissions.
that being said, I cannot use it.