I used the YouTube API but a new error appears recently when creating playlist:
{
"error": {
"errors": [
{
"domain": "youtube.playlist",
"reason": "exceededRateLimit",
"message": "The user has created too many playlists recently. Please try the request again later."
}
],
"code": 403,
"message": "The user has created too many playlists recently. Please try the request again later."
}
}
I got this message by creating 10 playlists in 10 minutes. After some searches it seems this message show up after 10 playlists created; no relation with timeframe like in 10 seconds or in 10 minutes or more.
Can we have more details about this new error ? Maybe have timeframe information ? A retry-after header ? Something ?
Thank you.
Google Issue Tracker here => https://issuetracker.google.com/issues/79222309