question

yusuke avatar image
yusuke asked

question about error code 1074

I'm making game with Unreal Engine4 and playfab.

I could log in with my account, but I could't update User data.

'GetUserReadOnlyData' works fine, but I guess I can't write user data with it.

How can I 'write' user data?

I attach screen shot.

Please help.Sorry for my poor English.

unrealdata
error.jpg (111.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.

Seth Du avatar image
Seth Du answered

The Blueprint is not configured properly even it is for Get User Data. You are calling Admin API GetUserData, which will require secret key, please add “Set Play Fab Settings” node before API call. Please also link the events for both onSuccess and onFailure node.

I have written a Blueprint sample for you and it works fine in my testing title. It is using Client API GetUserData. You may also consider writing a function for constructing “Data” function.

Please refer to: https://blueprintue.com/blueprint/hgsy0zes/

10 |1200

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

yusuke avatar image
yusuke answered

It worked! Thanks a lot!!!

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.