I want to grab all Subscribers of a Channel from the API. I do this onBehalfOfContentOwner.
And it works. But after 3700 channels i get and 500 Backend Error as response. If i wait 20-30 minutes it works again for another 1000 subscriber and then i get the 500 error again.
Error calling GET https://www.googleapis.com/youtube/v3/subscriptions?*****: (500) Backend Error
Whats the reason for the 500 Backend Error bug? Too many Request? Bug in the API? My Quota is total fine.
Thanks