question

teamquantumiq avatar image
teamquantumiq asked

The client has exceeded the maximum API request rate and is being throttled

I want creat a list of account and add data in each so i call PlayFabClientAPI.RegisterPlayFabUser and get this error after creat 20 accounts. How can i fix it

sdks
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

·
Infer Wang avatar image
Infer Wang answered

These limits are set to defend malicious users abuse Api. If you exceed these limits, you will get an error message saying that the client has exceeded the maximum API request rate and is being throttled. To prevent the error from happening again, you can reduce the frequency of your API.

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.

teamquantumiq avatar image teamquantumiq commented ·

Is there any solution I can get to create a list of accounts ( like 1000)?

0 Likes 0 ·
Infer Wang avatar image Infer Wang teamquantumiq commented ·

It is not supported to create so many accounts at once. The limit is set for each Ip address, you may create some accounts, then change your ip address and create accounts, it can be a little faster.

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.