Why this error?

Google limits the number of write operations to spreadsheets per minute per user.

When Lembot imports data to your sheets, each import counts as a write request.

So you might run into this issue especially if you have multiple bots running at the same time.

How to fix it?

Option 1: Simply retry later

Wait a few minutes and run your bot again. The quota resets every minute, so your bot should complete successfully.

Option 2: Space out your bots' schedules

Go through your bots and adjust their execution times to avoid running them all at once. Here is how:

Space out your bot’s schedule