All you have to do is write with Google Blogger, but an error message appears as shown in the picture. What kind of problem is it?
RateLimitExceeded errors mean you are sending to many requests within a certain timeframe.
You should check the application API documentation to see what the ratelimit-limits are for the application which is throwing the error.
If you are sending a lot of requests, most of the time it helps to add some sleep modules and add a second or two. Or else you could add a Break Error handler so it retries a few times.
1 Like