#Uploading specific Player data give me Invalid Input error
1 messages · Page 1 of 1 (latest)
30 seperate keys with their own values sent in 1 dictionary via 1 Update Request
from client or server?
Client
Is there a letter limit to keys?
Or is there a limit to the amount of data you can update at once?
i think the economy api had a limit of 25 at once, so maaaaybe its something similar? wouldnt harm to check if it works with 2 requests instead of one
ohh also: "keys are limited in size"
Found it, I cannot update 10items at a time, if I do 5 instead it works
Probably because your hitting the api call limit. Either do it from a cloudscript if its one time thing or combine the userdata to reduce api calls.