Project ID: 67414182001dfe44c386 Endpoint: https://fra.cloud.appwrite.io/v1
Web Dashboard works fine, able to CRUD. But API return error
TypeScript
{
"message": "Resource limit for your project has exceeded. Please Upgrade to a higher plans.",
"code": 402,
"type": "billing_limit_exceeded",
"version": "1.9.0"
}
whereas the usage doesn't hit the limit
TL;DR
Developers are encountering a resource limit error when using the API for their project, even though their usage doesn't exceed the limit. The error message suggests upgrading to a higher plan due to a billing limit exceeded. The Web Dashboard works fine for CRUD operations.
Solution: Contact the customer support team to resolve the billing limit issue and potentially upgrade to a higher plan.Resource limit error using API for project
Recommended threads
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...