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
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- Deployment fails after 15+ minutes: "Wai...
Hi, I'm Jayden. My email is jaydthom@haverford.org, and i'm having persistent deployment failures with my Next.js project. What happens: Push to GitHub trigg...
- Invalid document structure: Unknown attr...
Environment: Dart version: 3.5.1 dart_appwrite: 13.0.0 I’ve already created the database structure using a Dart function. I can create data records using cloud...