question

fabricev avatar image
fabricev asked

LoginWithGoogleAccount fails to create new Playfab account

Verified through the use of Postman, titleID : 1ECB

1. Expected behavior when CreateAccount is set to false
-->
{ "ServerAuthCode": [CODE], "CreateAccount": false, "TitleId": "{ {TitleId}}" }

<--
{ "code": 400, "status": "BadRequest", "error": "AccountNotFound", "errorCode": 1001, "errorMessage": "User not found" }

2. Unexpected behavior when CreateAccount is set to true

-->

{ "ServerAuthCode": [NEW CODE FOR SAME GOOGLE ACCOUNT], "CreateAccount": true, "TitleId": "{ {TitleId}}" }

<--
{ "code": 409, "status": "Conflict", "error": "A conflict occurred trying to make multiple edits to the same data at the same time. This often indicates that there are multiple concurrent requests to the same API for the same player", "errorCode": 1133, "errorMessage": "A conflict occurred trying to make multiple edits to the same data at the same time. This often indicates that there are multiple concurrent requests to the same API for the same player", "errorHash": "fd32075cbc03cafff212366af468c1b1", "errorDetails": { "RequestID": [ "1-5c01629c-6d5c9374e8efe93cf498ac60" ] } }

apis
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

·
fabricev avatar image
fabricev answered

Hmmm, thinking about it, I did not try with a different Google account. And it is very possible a linked user got deleted recently. I will run more tests and update here.

16 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.

brendan avatar image brendan commented ·

Yes, sounds like that may be due to the account being in the deletion queue. The new account should work fine (assuming it isn't also associated with a PlayFab account that's awaiting deletion). If the first account can't be re-used when you're back after the weekend, let us know and we can have a look.

0 Likes 0 ·
fabricev avatar image fabricev brendan commented ·

Hi,
Thanks for your answer.
So, it did work with an other account but the first one appears to still not be reusable. Should it just be a matter of waiting until the deletion queue is cleared ?

0 Likes 0 ·
brendan avatar image brendan fabricev commented ·

Possibly, but what else do you have that I might be able to use to look up that account? Do you have the PlayFab ID?

0 Likes 0 ·
Show more comments

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.