Repeated KeyStore creation errors

I made my first android project with unity and I was going through the process of getting it ready for release. As this is my first project I’ve published this is also the first I’ve heard of keystores and have no idea what I’m doing, so after poking around a bit, and successfully creating a keystore, I apparently did something wrong in creating the password for the keystore. My issue is that I can no longer create a keystore. I followed the same process and got this error Command Invokation Failure: Unable to create keystore. Please make sure the location of the keystore is valid I realized that other people have gotten this issue so I thought it’d be an easy fix, but I’ve tried changing the keystore dedicated location to the correct file location and it hasn’t changed. I also updated unity and tried to create a keystore on a brand new project. I’m very stuck and I have no clue what could be the problem

After almost 2 months of searching I have found the solution! Windows 10 and 11 (And maybe some other versions) have this feature (Which I find quite bothersome) called OneDrive. Now OneDrive is supposed to back your information up so that if you were to lose it you could find it on the cloud. But it not only sucks up all the RAM you computer has to run regularly, but occasionally it will randomly decide to take a file you download and just slap it onto it’s folder. This unity project was one such example, apparently you can’t work keystores within OneDrive. 45 Minutes of loading my project later and everything works great! Hope this helped someone somewhere!