Hello,
I am trying to add policy in code with this : https://community.playfab.com/questions/50207/cannot-change-api-policy.html
but it seem old and maybe deprecated is there any update about this?
thank you
Hello,
I am trying to add policy in code with this : https://community.playfab.com/questions/50207/cannot-change-api-policy.html
but it seem old and maybe deprecated is there any update about this?
thank you
In fact I need that all players can acces to all players files So i found that i need to add policy after the account in created, but maybe an other solution exist?
The thread you mentioned is talking about API policy. According to your description, I think you want to change the access permission of Entity Files, which is controlling by ENTITY GLOBAL TITLE POLICY, located in [Title settings]-[API Features]. You can add following permission to your ENTITY GLOBAL TITLE POLICY, which apply for all players.
{
"Action": "Read",
"Effect": "Allow",
"Resource": "pfrn:data--*!*/Profile/Files/*",
"Principal": {
"ChildOf": {
"EntityType": "title",
"EntityId": "TITLEID"
}
},
"Comment": "Allow all players access Files",
"Condition": null
}
Hello Gosen Gao,
You save my project With your "Principal" it did not works but with "Principal": "*", it works fine
Have a very good day
21 People are following this question.
Grant items to a character without server api?
Get player progress in relation to other player at the same statistic
UpdateCharacterReadOnlyData Vs UpdateCharacterData
Failing to create a lobby/session with Unreal OnlineSubsystemPlayFab Plugin
Virtual Currency values for characters are not getting exported