The file-browser in solidui uses readPod() to get the content of an encrypted file when downloading, however, there is an inconsistency:
- The file-browser can browse and download files in all app folders in the POD
- The file-browser only decrypts files in the current app's data folder
- The file-browser does not decrypts files in another app's data folder in the POD (as it does not know the security key, hence also not the individual keys, of those apps)
This inconsistency needs to be clearly communicated to the user.