You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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:
any help please ?
The text was updated successfully, but these errors were encountered: