So I was making the APIs in a Roblox game manage to retrieve data from the Trello API. But then an error showed up, which then I wasn't able to have the APIs work successfully. It seems that the error points out the Token limit. I never received this kind of error from the past few weeks. Yet, it has become very annoying.

If you are wondering.. I've never gone beyond the rate limit count and it only retrieves data every 10-20 seconds.
It sounds like the issue may be related to Trello API rate limits or token restrictions rather than your Roblox code itself. Sometimes Trello updates their API policies or temporarily limits excessive requests, which can suddenly trigger token errors even if everything worked fine before. You should check whether your API token has expired, if the request frequency is too high, or if multiple scripts are sending requests at the same time. Adding request delays and reviewing your authentication setup may help fix the problem. Many Roblox developers discussing tools like hackdelta have also mentioned similar API limitation issues when integrating external services.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.