Youtube Module shows Error "[400] The user has exceeded the number of videos they may upload" even though manually we can upload the videos with no error

As the title says, we get an error using the Youtube module “[400] The user has exceeded the number of videos they may upload”, but when trying to upload manually everything works fine and no error appears.
This scenario worked fine for a few months and suddenly the error started showing.
Strangely enough, sometime the scenario does work once or twice and then we get the error again.
Any ideas?
I’ve attached the blueprint and a screenshot of the error.
blueprint.json (369.3 KB)
Screenshot 2024-09-22 at 13.01.23

Hey Nadav,

youtube api has data limits that you are hitting. This is why you can upload manually and sometimes it works and other times it doesn’t.

You can read more about them in their documentation and implement some safeguards in your automations not to hit them.

Hey Stoyan, that makes sense.
It seems the change in the quota was sudden, we used to upload twice the number we’re uploading each month without hitting any limits.
Any tips on how to approach this?