Web component - bug / download a file to one of the Shared folders with DefaultFileScope=Legacy or Shared on Android 11+

You cannot download a file to one of the Shared folders with DefaultFileScope=Legacy or Shared using the Web component on Android 11+. You get "The permission WRITE_EXTERNAL_STORAGE has been denied. Please enable it in the Settings app."

1 Like

Companion & APK.

a similar bug in the Web component is uploading a file using PostFile method from shared storage. Neither DefaultFileScope = Legacy nor Shared worked. The following error message is generated

Workaround: copy the file to ASD and upload it from there
Tested only in companion app

Taifun