Google Blogger Api Error. How to fix this?

Question:

When I’m trying to publish a post using blogger api i’m getting this error. But I don’t exceeded daily limit. I use this api around 4000 times. Today im getting this error.

googleapiclient.errors.HttpError: <HttpError 403 when requesting https://blogger.googleapis.com/v3/blogs/(_MY_ID_Here)/posts?isDraft=false&alt=json returned "We're sorry, but one or more limits for the requested action have been exceeded.">

Asked By: Abhijit Mondal

||

Answers:

How many blog posts did you create on that day? According to this support ticket, you can only create a maximum of 100 posts per day, which causes the same error message you are getting. This is unrelated to how many requests you did on that same day.

Answered By: Cloudkollektiv