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

Hi I think we resolved the issue. Could you try this again? You should be able to url encode now, so for version/user_id it would be version%2Fuser_id.

Apologies for the inconvenience!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.