Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Store - Set restriction feature not working #24

Open
InfectedBytes opened this issue Oct 20, 2017 · 1 comment
Open

Data Store - Set restriction feature not working #24

InfectedBytes opened this issue Oct 20, 2017 · 1 comment

Comments

@InfectedBytes
Copy link

Data entries set with the restriction feature are still overwritable by others.
User X sets a new item with this:
https://gamejolt.com/api/game/v1_1/data-store/set/?game_id=XXX&key=Test&restriction_username=USER_X&restriction_user_token=TOKEN_X&format=json&signature=XYZ (data is provided via POST)
This returns success and I can see the item in the data store, but others are still able to overwrite it:
https://gamejolt.com/api/game/v1_1/data-store/set/?game_id=XXX&key=Test&format=json&signature=XYZ (data is provided via POST)

@nilllzz
Copy link
Contributor

nilllzz commented Oct 26, 2017

Hey @InfectedBytes ,
I am sorry, that feature is not yet supported and was not supposed to appear in the documentation. I removed it from there.

Maybe, we will make it available in the future though, so look out for that 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants