Since Android 11 storage updates, it is not possible to use Environment.getExternalStoragePublicDirectory to return a path to a publicly accessible folder, which is how the plugin is using now.
Therefore, it is critical that we need a new way to save files to a shared storage.
Consider using: Storage Access Framework or MediaStore API