-
Notifications
You must be signed in to change notification settings - Fork 673
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
Allow cancelling operation when FilePickerStatus is 'picking'. Useful when picking large cloud files #786
Comments
Are you experiencing this on Android or iOS? |
Android |
Have you managed to fix it? |
This isn't a priority for me. I am just building something for fun. It felt like an important feature to have so I suggested it. |
This issue is stale because it has been open for 14 days with no activity. |
I also need a way to cancel/destroy/restart File picker. |
@aris-1 currently there isn’t. But it could make sense to add. |
@miguelpruivo Is there any update on this issue? |
this feature should definitely be added , is there any updates on how to achieve canceling the operation ? |
I faced same issue. need to close existing instance. Cloud video was not downloaded and now I cannot re-download it. error : Unhandled Exception: PlatformException(already_active, File picker is already active, null, null) |
I am also facing the issue, hopefully it can be fixed |
I also ran into this problem. In addition, on android < 33, the picker does not open after requesting permissions to access the storage and calling FilePicker.platform.pickFiles() again leads to the mentioned error. The possibility of canceling the task could solve this problem. |
Same issue here. If user dismiss dialog (from which I have an open file picker button), he cannot pick files again |
There doesn't seem to be a way to cancel the operation when user picks large cloud files. It would be nice to have the ability to cancel the operation so user can pick files again.
Right now you get
I/flutter (24311): [MethodChannelFilePicker] Platform exception: PlatformException(already_active, File picker is already active, null, null)
when attempting to pick files when the operation is not cancelled and still active.
The text was updated successfully, but these errors were encountered: