So I got this Right to Erasure request which wants me to remove a certain user ID from all datastores and records. However, the only datastore in my game is Kohl’s Admin Infinite, and I can’t really access that DataStore. Furthermore, the DataStore Editor seemingly can list all stores, however none of these stores contain keys related to this user ID. So if I can’t erase some data, would I be safe simply switching Kohl’s Admin to HD Admin?
Nope, that’s not going to work out. I would suggest grabbing the kohls admin module and checking whether theres actually anything being saved. I doubt there is anything associated with individual users but you still will have to check. I believe these messages are sent out based on which games the user has played so it doesn’t necessarily mean that there’s actually any data in your game that has to be removed. Also considering only the user id is given there might be some difficulties removing ALL of the data associated with them. E.g. chat logs.
The only two DataStores listed by the DataStore Editor plugin are one that has “global” in it, and a ban list that is completely independent and separated from Kohl’s Admin. The ban list uses usernames and none of the users on the list use the ID I was told to erase. The “global” DataStore however has no keys at all.