Hello there!
I’m trying to create a list of all our players that meet a certain criterion, and I’m using the example from this page - [Query Custom Data | Unity Services Web API docs]( Query Player Data | Unity Services Web API docs, but I’m getting this error bellow. Any ideas?
Thanks
command: ugs cloud-save data player query --body {“fields”:[{“key”:“estado”,“value”:“SP”,“op”:“EQ”,“asc”:true}],“returnKeys”:[“estado”],“offset”:0,“limit”:100,“sampleSize”:100}
error: Failed to deserialize object for Cloud Save request. (Unexpected character encountered while parsing value: e. Path ‘fields[0].key’, line 1, position 15.)