Save Game Class not working on Android 14 with Unreal 5.5

Anyone know how to get the permissions working to be able to use the SaveGame class to save data to the local sandbox on android 14?

And this is the Savegame class I am attempting to use for Android.

My save game state works just fine in windows but when I package up an apk and install it on bluestacks or a galaxy s22 the save state is not working as access is being denied to save the file onto disk.

I have tried this How to get a working Android Savegame [Tutorial] but building the certificate and setting the build to shipping still did not work. And this is not really a great solution for development either so hopefully someone else has another idea.

These are my build settings

If this system had a way to specify the file path to a location in the project that might be the easiest way to fix as I believe you can set set up a specific folder in the sandbox of the app to be able to store data.