Skip to content
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

Image upload is broken for devices running on Android 9 and lower #12126

Closed
hichamboushaba opened this issue Jul 24, 2024 · 1 comment · Fixed by #12127
Closed

Image upload is broken for devices running on Android 9 and lower #12126

hichamboushaba opened this issue Jul 24, 2024 · 1 comment · Fixed by #12127
Labels
feature: product details Related to adding or editing products, includes product settings. priority: high Affects lots of customers substantially, but not critically. type: bug A confirmed bug.

Comments

@hichamboushaba
Copy link
Member

hichamboushaba commented Jul 24, 2024

Image upload doesn't work on devices running on Android 9 and lower, and this is caused by the removal of the permissions READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE done when migrating to use the Photo Picker.

The issue happens when both picking a file from the device, or when trying to take a picture from the camera, the Camera issue is being handled in the MediaPicker library.

Internal discussion peaMlT-Mq-p2
@hichamboushaba hichamboushaba added type: bug A confirmed bug. priority: high Affects lots of customers substantially, but not critically. feature: product details Related to adding or editing products, includes product settings. labels Jul 24, 2024
@dangermattic
Copy link
Collaborator

dangermattic commented Jul 24, 2024

Thanks for reporting! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: product details Related to adding or editing products, includes product settings. priority: high Affects lots of customers substantially, but not critically. type: bug A confirmed bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants