OpenCloud | Update (Patch) endpoint for Ordered Data Stores returning code 0

OpenCloud endpoint for updating single entry in Ordered Data Store (apis.roblox.com | Documentation - Roblox Creator Hub) keeps returning code 0 with no error message, despite having all path/query fields filled correctly. This is frustrating, as I cannot say if this is issue on my side or Roblox’s.

If it helps, I’m using following url: https://apis.roblox.com/user/cloud/v2/... as I’m working on a web plugin and would like to have plug-n-play experience without any login shenanigans.

Expected behavior

More concrete and better error messages, describing exactly where issue occurs.

1 Like

https://apis.roblox.com/cloud/v2/...

You should be using this prefix, not /user/cloud/v2

This would require me to request user to create a API key for each universe and input it into the extension, adding more unnecessary steps for setup.

I’m using the current prefix since I can auth the requests with user cookie, just like Creator Dashboard does when requesting eg. existing datastores or getting specific key details. Of course this is not documented, and I’m just guessing this API is not covered under user path.

Other endpoints, like apis.roblox.com | Documentation - Roblox Creator Hub work with user path, so that made me little confused. Better UX would be to return 403 or similar error.

1 Like

Well I guess making it return “Missing API Key Header” instead is a improvement.