question

justin avatar image
justin asked

Trouble backing up players to a AWS database via HTTP POST

I'm trying to set up a routine for backing up our player database on an AWS server by HTTP posts. Our current functionality is to serialize their player data (title), compress it with a simple algorithm, and send it to our api in a single post. The entire system works, however for larger sets of data (larger than 80kb~ish) the body is not being sent through. Is this a known limit on PlayFab? Or does anyone have any other methods for backing up player data to our external database?

Player Datalimits
2 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.

jital avatar image jital ♦ commented ·

Greetings,

Would you be able to provide the following details

When does this feature run?

1) Is it's each player sending their own data during gameplay?

2) Is it a Scheduled Task that acts as on all players?

If so, is it checking for players that have played since the last time this feature was run?

3) Is this an external tool using Admin API? If so can you provide details on it's internal logic?

Where is this action being performed? The client? Cloudscript?

0 Likes 0 ·
jital avatar image jital ♦ commented ·

Is this something you're still having issues with? If so could you provide more information

0 Likes 0 ·

0 Answers

·

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.