Not with aiohttp tho, it apparently doesnāt set it
I used crypto to change my information to md5 64-bit.
No API to remove particular version (similar to RemoveVersionAsync)?
No OpenCloud does not support that endpoint.
Hi,
Can you explain the use case for programmatically access developer products? Why thatās import to you?
Hi, this can be useful for systems where instead of the user having to purchase multiple gamepasses and or products by repeatable hitting confirm you could program an API function to create(or find) a developer product that matches the total making it much more user friendly.
We do now have a way to create them using Develop Api but no way to find them (there is a undocumented method that returns the incorrect ID type [Action Needed] Sunsetting api.roblox.com - #8 by Julli4n). And with API keys becoming a thing using Open Cloud it would provide a much safer option to do these actions.
Now personally, I would use a Open Cloud version for my open source purchasing hub that allows users to purchase RBXM files using Robux (No real currency involved) within our cart system to make it so you no longer have to provide a cookie which could pose a security risk.
Are there any plans to increase the rate limit for larger games? Weāre hitting 429 (have about 16k CCUS) as weāre not able to transfer datastores we allow players to transfer their data over to the new game but we seem to be hitting the limit quite often, we even purchased another server but still not luck.
Are OrderedDataStores going to be added? In particular, I (and Iām pretty sure that others as well) would like to see the GetSortedAsync added.
The API works great and Iāve been using it to manage some of our DataStores, but there is no workaround on how could we get a key (or keys) with the highest (or lowest) value.
ListEntries might sound like a valid workaround (even though very bad) for some people, who donāt store too many entries in their OrderedDataStore
, but this isnāt viable for people who store many entries in their stores.
Thanks for sharing!
Are you talking about building a website that allow users to purchase passes and products with better UX?
Why you need to hit the API to create dev products instead of using the web UI or Studio?
It seems like youād need ways to upload asset to userās account after purchase, and an API to charge Robux, correct?
Hi, have you tried to use multiple API keys? Although less convenient but you can get more quota this way.
This is WIP, but no concrete timeline yet.
Yes, sadly thereās just too much traffic too handle, one option was to just download the entire datastore using Open cloud tools, but the rate limiting is too extreme, would take a year to download.
I think you have misunderstood the point of the system I am talking about.
There is large community of technology groups on Roblox that make scripts/products(for Roblox) and sell virtual licenses to these products using Robux(via devproducts in a game), when these products load up in a game the script contacts an external server to ask if the owner of the game has the license to the product.
One of the biggest pains of these āpurchasing hubsā is that if you want to purchase multiple products you go through one-by-one and purchase each one, what I am asking for is a open cloud endpoint that allows access to developer products so in these Roblox hubs you can have a cart system to either find or create a developer product to buy bulk items.
I already have a system that does it, but it uses cookies which is less then ideal especially after the change restricting cookies to certain IP addresses. Example of coding a system like this in Python.
Getting 401 Unauthorized errors when trying to use this API. There arenāt any associated error codes for this in the docs, so Iām having a really hard time debugging. Any help?
Make sure that you are using an IP address that is listed in your Accepted IP Addresses
and that youāre using the correct Key.
Any update on OrderedDataStoreās?
I as well have been wondering the same
This is amazing! Thank you for the update. I plan on using this very soon
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.