Unable to get Data/Memory Store entries when key contains "/"

Our data store keys are stored as version/user_id and because the v2 endpoints specify the entry key in the path, we’re unable to use them. URL encoding doesn’t seem to work either, unfortunately. I’ve attempted to use the list keys endpoint to see if Roblox returns a valid path but the paths returned don’t work.

Expected behavior

URL encoding at least works, or forward slashes in the entry key are simply allowed.

1 Like