Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

[Bug] File Picker access files even after denying permissions #1649

Closed
aniruthg opened this issue Jan 21, 2021 · 1 comment · Fixed by #1651
Closed

[Bug] File Picker access files even after denying permissions #1649

aniruthg opened this issue Jan 21, 2021 · 1 comment · Fixed by #1651
Labels
bug Something isn't working
Milestone

Comments

@aniruthg
Copy link

aniruthg commented Jan 21, 2021

Description

File Picker permission check does not work. Denying permissions still access files

Steps to Reproduce

  1. Use FilePicker.PickAndShow
  2. Install the app for the first time in device
  3. Deny permissions and still the app have access to files

Expected Behavior

Deny permissions, should not have access to files

Actual Behavior

Deny permissions, Have access to files.

Basic Information

  • Version with issue: 1.6.0-pre4, 1.6.0, 1.6.1-preview2
  • Last known good version:
  • IDE:
  • Platform Target Frameworks: Android & iOS
    • iOS:
    • Android: 10

Screenshots

Reproduction Link

@aniruthg aniruthg added the bug Something isn't working label Jan 21, 2021
@mattleibow
Copy link
Contributor

Thanks for reporting! I'll fix that now.

@mattleibow mattleibow added this to the 1.6.1 milestone Jan 21, 2021
mattleibow added a commit that referenced this issue Jan 21, 2021
If the permissions were denied, then throw.
Fixes  #1649
mattleibow added a commit that referenced this issue Jan 21, 2021
If the permissions were denied, then throw.
Fixes  #1649
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants