0

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.

1 Answers1

0

As mentioned on the API documentation for Google Tasks API Pricing and Usage Limits:

The Google Tasks API has a courtesy limit of 50,000 queries per day. If you need capacity beyond this courtesy limit, you can send a request from the Quotas pane of the Google APIs Console.

Kessy
  • 1,894
  • 1
  • 8
  • 15
  • I have already checked the limits but I am far from achieving. in any case if I had reached the limit this would do for all calls and not just for the creation of a new list. – Sourazou Soury Bountoulgou Jul 15 '22 at 09:08