Quota Limit Exceeded. Edit range is 0-0

I am using the Gemini 1.5 pro free API for the chatbot feature of my project. I was testing the feature with the API when I got this error:
Error generating response: 429 Quota exceeded for quota metric ‘Generate Content API requests per minute’ and limit ‘GenerateContent request limit per minute for a region’ of service ‘generativelanguage.googleapis.com’ for consumer ‘project_number:172599572256’. [reason: “RATE_LIMIT_EXCEEDED” domain: “” metadata { key: “service” value: “” } metadata { key: “quota_metric” value: “” } metadata { key: “quota_location” value: “us-west4” } metadata { key: “quota_limit” value: “GenerateContentRequestsPerMinutePerProjectPerRegion” } metadata { key: “quota_limit_value” value: “0” } metadata { key: “consumer” value: “projects/172599572256” } , links { description: “Request a higher quota limit.” ]

It says that Quota has exceeded, hence I need to request a higher quota limit. I went to my console and saw that in my Edit Quota dialog box, the range if 0 to 0

which means I cannot request for futher quota. I don’t know why this happened because on 1st Jan 2025 i.e. yesterday, I tested the chatbot and it worked fine (I made approx 40 requests in 1.5 hrs)

Please help