question

Vu Trong Sang avatar image
Vu Trong Sang asked

API call count limit with only 3 counts.

I got the error

"Level": "Error",
                "Message": "PlayFab API request aborted, because API call count limit exceeded",

but I only call it 2 -3 times.

[
            {
                "Level": "Error",
                "Message": "PlayFab API request aborted, because API call count limit exceeded",
                "Data": {
                    "api": "/Server/UpdateUserData",
                    "request": {
                        "PlayFabId": "BE217FFCBFA5C2F3",
                        "Data": {
                            "publicData": {
                                "enchantOre": [
                                    {
                                        "ore_name": "endurance_ore",
                                        "quantity": 0
                                    },
                                    {
                                        "ore_name": "mastery_ore",
                                        "quantity": 0
                                    },
                                    {
                                        "ore_name": "mystic_ore",
                                        "quantity": 0
                                    },
                                    {
                                        "ore_name": "stamina_ore",
                                        "quantity": 0
                                    },
                                    {
                                        "ore_name": "strength_ore",
                                        "quantity": 0
                                    }
                                ],
                                "fixResetShopBug200": 1,
                                "partUpgradeRewards": [],
                                "hasEventProgressReward": 0,
                                "toaData": {
                                    "highestClearedFloor": 0
                                },
                                "participatedEvents": [],
                                "eventRewardsReceived": [],
                                "eventRankNumbers": {},
                                "eventScore": {},
                                "eventProgressScore": {},
                                "lastResetRanking": 0
                            }
                        },
                        "Permission": "Public"
                    },
                    "apiCallCount": 3
                }
            }
        ]

Is this a bug or am I doing something wrong

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

·
brendan avatar image
brendan answered

PlayStream-triggered Cloud Scripts (including Scheduled Tasks) are more limited, as they can potentially be run more frequently. Triggered scripts are limited to 3 API calls in our free tier.

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.