I am using Google Tasks API in php for managing my lists and tasks but recently I am having a problem with inserting a new task list, the point is that all the other calls are working correctly.
Any suggestions to resolve the error?
So I try to be as clear as possible. 1- the script I am using is the one pointed to by the endpoint, I simply call the endpoint with the parameters I provided. 2- I interface with the API tasks for a complete management of my tasks so list, create, edit and delete tasklist and ist, create, edit and delete tasks. All calls work except the create tasklist which returns the Quota Exceeded error. I checked the limits on the google console but they are not even at 10%. Also to make the problem even more difficult to understand is that if I try to make the call with a different account it works correctly. So in short, the error occurs exclusively on the create tasklist with a certain email address.
I hope that my problem is well explained.