-
Notifications
You must be signed in to change notification settings - Fork 505
[Bug] [FilePicker] [Android] Exception is thrown when picking some files #1483
Comments
How do you create a "virtual file"? And do you have a stack trace for us? |
It feels like any document created on google drive and shared with you might be a virtual file
|
|
We have the same problem. Is there a WA? |
this methods can detect that file is virtual, but cant open stream for file.. |
for filter virtual files when create intent need add string: this string disabled files, which can't loaded from other apps. |
Description
Java.IO.FileNotFoundException: File is virtual
is thrown when pciking some files from Google drive. Not sure what are those virtual files exactly, but probably some file entities on Google Drive which have some dynamic content (just a pure guess).Steps to Reproduce
Expected Behavior
Either throw Net exception (and not a Java one) or pick the file (if it's possible to pick those virtual files at all).
Actual Behavior
Throws Java exception
Basic Information
The text was updated successfully, but these errors were encountered: