question

emilio avatar image
emilio asked

Getting User not Found when Google Authenticating

Im printing to console and getting:

PlayFabError(AccountNotFound, User not found, 400 BadRequest)


Our link account code is pretty much:

LoginWithGoogleAccountRequest request = new LoginWithGoogleAccountRequest() { TitleId = PlayfabManager.playFabTitleId, ServerAuthCode = pServerAuthCode, CreateAccount = pCreateAccount };
PlayFabClientAPI.LoginWithGoogleAccount(request, pSuccessCallback, pErrorCallback, null);
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

That error indicates that no PlayFab account yet exists in the Publisher ID space for that Google account. If you believe there is an account for that Google account, can you let us know the Title ID and PlayFab ID?

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.