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
Issue found in Native App or Hybrid App: React Native
OS Version: 10.0
Device: Pixel 3A
Steps to reproduce:
Actual behavior: content uris aren't supported by in
Expected Behavior: support content uris
Error Log:
Apologies if this has been asked before.
The sdk right now doesn't handle files with content uris, it fails with following error
URI scheme is not \\\"file\\\"\"}
With ScopedStorage stuff it would be helpful if the sdk supported content uris. This solution seems to work, and I was wondering if it made sense to include it in the sdk. I am willing to send a pr there if is interest, let me know.
Thanks
The text was updated successfully, but these errors were encountered:
Sure, as long as the uri is an actual file path i.e it start with file://. My question was regarding media files picked via ContentResolver where you typically get a content-uri eg content://media/external/images/media/27.
Apologies if this has been asked before.
The sdk right now doesn't handle files with content uris, it fails with following error
With ScopedStorage stuff it would be helpful if the sdk supported content uris. This solution seems to work, and I was wondering if it made sense to include it in the sdk. I am willing to send a pr there if is interest, let me know.
Thanks
The text was updated successfully, but these errors were encountered: