Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whatsapp content URI is not supported #1

Open
agnoam opened this issue Jul 22, 2019 · 0 comments
Open

Whatsapp content URI is not supported #1

agnoam opened this issue Jul 22, 2019 · 0 comments

Comments

@agnoam
Copy link

agnoam commented Jul 22, 2019

I'm trying to get an absolute path for a Whatsapp content URI: content://com.whatsapp.provider.media/item/340872.
The exception that thrown is:

E/MethodChannel#flutter_absolute_path(20183): Failed to handle method call
E/MethodChannel#flutter_absolute_path(20183): java.lang.IllegalArgumentException: column '_data' does not exist. Available columns: []
E/MethodChannel#flutter_absolute_path(20183): 	at android.database.AbstractCursor.getColumnIndexOrThrow(AbstractCursor.java:340)
E/MethodChannel#flutter_absolute_path(20183): 	at android.database.CursorWrapper.getColumnIndexOrThrow(CursorWrapper.java:87)
E/MethodChannel#flutter_absolute_path(20183): 	at com.kasem.flutter_absolute_path.FileDirectory.getDataColumn(FileDirectory.kt:95)
E/MethodChannel#flutter_absolute_path(20183): 	at com.kasem.flutter_absolute_path.FileDirectory.getAbsolutePath(FileDirectory.kt:66)

any help please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant