question

alfiehelliwell2 avatar image
alfiehelliwell2 asked

What does this error mean

5583-screenshot-2023-02-25-204817.png

,5576-screenshot-2023-02-25-204817.png

Title Data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

This error means you don’t set the TitleId before you make API calls(Title Id is a global setting you need to set before making API calls). If you use PlayFab Unity Editor Extensions, you can refer to Installing the PlayFab SDK for Unity - PlayFab | Microsoft Learn to set your TitleID. If not the case, you can set the TitleID in your code, like this: PlayFabSettings.staticsSettings.TitleId=”xxx”.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.