I tried to upload videos to YouTube continuously using YouTube Data API,I got the following error in response.
{"error": {"code": 429,"message": "The user has uploaded too many thumbnails recently. Please try the request again later.","errors": [ {"message": "The user has uploaded too many thumbnails recently. Please try the request again later.","domain": "youtube.thumbnail","reason": "uploadRateLimitExceeded" } ] }}
Checking the YouTube reference, it says
"The channel has uploaded too many thumbnails recently. Please try the request again later."
So this 429 error appears to be a separate error from the quota limit.
How many consecutive thumbnail uploads will cause this 429 error?Also, how long after the error occurs once will it be reset?