question

leejungyeul avatar image
leejungyeul asked

SendAccountRecoveryEmailRequest Can't find TitleId.

    public void SendAccountRecoveryEmail()
    {
        SendAccountRecoveryEmailRequest request = new SendAccountRecoveryEmailRequest();
        request.TitleId = "D06566227BEEC7F0";
        request.Email = "htryu02@imrlab.hoseo.edu";
        PlayFabClientAPI.SendAccountRecoveryEmail(request, OnSendAccountRecoveryEmailResult, GetFailure);
    }

result.GenerateErrorReport() : /Client/SendAccountRecoveryEmail: Invalid Title ID

what is titleId ? can't find Player TAT

Account Management
capt.png (50.0 KiB)
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

·
brendan avatar image
brendan answered

So, D06566227BEEC7F0 isn't a valid Title ID in PlayFab. Can you let us know the Title ID you're using? It's in the URL when you're in the Game Manager, but you can also find it by clicking on Settings->API Features.

3 comments
10 |1200

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

leejungyeul avatar image leejungyeul commented ·

ah! thx. I undetstand titleID.

I have a question. So how do we determine which password 's account is sent by that function?

0 Likes 0 ·
leejungyeul avatar image leejungyeul leejungyeul commented ·

I want the player to be able to use this func.

0 Likes 0 ·
leejungyeul avatar image leejungyeul leejungyeul commented ·

this problem is clear! thx! Your help was very helpful.

0 Likes 0 ·

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.