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
Reset the app's storage, for instance by uninstalling/reinstalling.
Log in.
When asked "Allow Commons to access photos and videos on this device?", tap "Allow all".
Share a picture to the app.
Problem 1: Asked again "Requesting storage permission - We need your permission to access the external storage of your device in order to upload images." I believe I already gave permission at step 2?
Problem 2: Background is flickering as seen in the first screencast.
Problem 3: After tapping "Settings", it is not clear what needs to be done. See the two screenshots. I am not able to get past the dialog and thus can't upload pictures.
As seen in the second screencast, I also did not find a way to upload using the in-app camera. The custom picker also does not seem usable.
Version
This does not occur with 81030d1 ("Fix retried uploads stuck in queued state"), I just tried.
This starts occurring with the next commit f577053 ("Target the latest Android version") which means it is currently occurring on the main branch.
Interestingly, if I uninstall then install 81030d1 and use it (tap the gallery button then choose picture and reach the caption filling screen) then upgrade to f577053 without resetting the app's storage, then the problems do not happen (tried just now). This may be related to this API 33 note (and may suggest that getting appropriate READ_MEDIA_* permission(s) would solve this whole issue):
If your app was previously granted the READ_EXTERNAL_STORAGE permission, then any requested READ_MEDIA_* permissions are granted automatically when upgrading.
Screencast / screenshots
screen-20230920-203931.mp4
screen-20230920-222025.mp4
The text was updated successfully, but these errors were encountered:
nicolas-raoul
changed the title
Upload wizard: Instead of caption screen, "Requesting storage permission" popup with flashing background
Can't upload pictures after targetSdkVersion bumped to 33
Sep 20, 2023
I doubt if problem 2 (step 6) is related to the targetSdkVersion. I remember facing something similar earlier as well for the "Requesting Location Permission" dialog in the Explore fragment map.
You are right Ritika, the map activities (in particular Nearby) also sometimes show a seemingly useless permission dialog, that can be ignored by tapping "back" and does not prevent use of the activity. Flickering or showing too many dialogs is not a big issue. On the other hand, the present bug does prevent upload. 😥
Steps to reproduce and problems description
As seen in the second screencast, I also did not find a way to upload using the in-app camera. The custom picker also does not seem usable.
Version
I am testing on Android 14.
Research
https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions
https://developer.android.com/about/versions/12/behavior-changes-12
Interestingly, if I uninstall then install 81030d1 and use it (tap the gallery button then choose picture and reach the caption filling screen) then upgrade to f577053 without resetting the app's storage, then the problems do not happen (tried just now). This may be related to this API 33 note (and may suggest that getting appropriate READ_MEDIA_* permission(s) would solve this whole issue):
Screencast / screenshots
screen-20230920-203931.mp4
screen-20230920-222025.mp4
The text was updated successfully, but these errors were encountered: