Replies: 2 comments 2 replies
-
Thank you for your request. |
Beta Was this translation helpful? Give feedback.
2 replies
-
There is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On ios Filesystem.stat works properly.
On Android
pickVideo
returns path:content://com.google.android.apps.photos.contentprovider/-1/2/content://media/external/video/media/1000000018/ORIGINAL/NONE/video/mp4/906508663
When i use this path with Filesystem.stat() application crashes
I think i should transform
content://
tofile://
. How can I do it?Beta Was this translation helpful? Give feedback.
All reactions