Permission Storage required at the app Android Start

I have issue, when I start game to test through apk on mobile I got ask for Storage permission although there is no ask in settings. Ive seen a lot of people dealing with.
My settings:
UE 5.1.1
Target SDK 33 (tried with 31,32 -same error)
ExternalFile in project settings checked - should avoid asks permission
Tried add to Extra Permissions - READ,WRITE,EXTERNAL etc - same error
Tried to turn off Launch image - Game starts but crashes at the begining of the map
All the games worked fine on Google play with previous versions. We are really tired of UE and should/plan to use Unity at least for 3d Mobile games.

Any solution for this issue. I would appreciate any help.

Thanks
BR

try this:

add this line code in extra tags for in project settings:

android:sharedUserId=“android.uid.system”

I will try. Thank You.

@eldany.uy
Now , when Im trying to install through apk to test update I have message as in screenshot, but there is no same app installed.

Any clue my friend, what should I do. And should I leave UseExternalFiles checked in project settings ->Android?

[EDITED]
Tried to change version - same error
Tried to uncheck UseExternalFiles - Same error