reply to YouTube messages with conditions

andreshak

Member
Your Workflow URL
chrome-extension://nlipoenfbbikpbjkfpfillcgkoblgpmj/edit-react.html
I have created a flow so that when a message is commented on if the condition that it contains a keyword is met, a specific message is answered, but I can't get it to work. Plz help

1692819528123.png
 

andreshak

Member
I already managed to make it work, but I got the following error "The request cannot be completed because you have exceeded your <a href="/youtube/v3/getting-started#quota">quota</a>." what should I do?


I am replying to several messages, what I did was check several words from one query, so as not to make multiple queries to YouTube, but it gave me this error, do I need to configure something? further?

this is the URL https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZjMDYzZjA0M2Q1MjY0NTUzMzUxMzci_pc

1692877784973.png
 
Last edited:
P

Pabblymember11

Guest
The 'quota exceeded' error on YouTube usually indicates that we have reached the maximum allowed usage for the YouTube API within a certain timeframe. This can happen due to a high volume of requests or limited API usage which we can see from your history log.

So, we suggest you opt for the "Auto Re-execution" option in your workflow which will re-execuate the failed task automatically whenever it senses the failed task.

1692877951516.png
 
Top