reqable / reqable-app

Reqable issue track repo
https://reqable.com
2.52k stars 85 forks source link

[bug] Failed to save file, please manually delete Reqable directory #693

Closed remixer-dec closed 3 weeks ago

remixer-dec commented 3 weeks ago

Describe the bug Certificate export does not work

To Reproduce Steps to reproduce the behavior:

  1. Go to Certificate setup
  2. Click on the arrow or the filename
  3. See error "Failed to save file, please manually delete ..."
  4. Manually deleting the directory does not help. All other export options also do not work. Storage permission is granted (but only with access to media files, it is the only option in settings, maybe requesting access to all files can avoid this)

Expected behavior File should be saved and exported correctly.

Information

remixer-dec commented 3 weeks ago

Downgraded to 2.11.1 it has an option to download certificate via browser which works fine.

MegatronKing commented 3 weeks ago

Access to all files violates Google Play's policy. This issue because reqable is uninstalled and reinstalled, and reqable cannot overwrite the previous files. You can manually delete the previous files.

Btw, I have added the browser option on the latest v2.17.0 app.

remixer-dec commented 3 weeks ago

Thanks for an alternative solution! No, the issue is not caused by prev. version, I never had previous version on this device, the directory was completely empty when I tried it after all the clicks, removing it did not help. It is probably restrictions of specific Android version.

Starting in Android 11, apps cannot create their own app-specific directory on external storage.

This is about external storage, not sure why internal is also restricted, there are too many restrictions in the docs. Usually to access specific directories apps call ACTION_OPEN_DOCUMENT_TREE first.