Assigned
Status Update
Comments
us...@gmail.com <us...@gmail.com> #2
Hi, thanks for reaching out to us and reporting this issue! Can you share the complete request you're sending along with your channel ID? Are you referring to this endpoint under Analytics API.
sn...@google.com <sn...@google.com> #3
Hi , this is the api call :
POST
https://youtubeanalytics.googleapis.com/v2/groupItems?key=[YOUR_API_KEY]
HTTP/1.1
Authorization: Bearer [YOUR_ACCESS_TOKEN]
Accept: application/json
Content-Type: application/json
{
"groupId": "FxTdU7EfxpE",
"resource": {
"id": "WDEppPhrQxE",
"kind": "youtube#video"
}
} and this i the result :
*{ "error": { "code": 403, "message": "Group contains maximum number
of items.", "errors": [ { "message": "Group contains maximum
number of items.", "domain": "youtube.groupItem", "reason":
"groupContainsMaximumNumberOfItems" } ] }}*
The groupid : *"FxTdU7EfxpE"* contains *294* videos and this is the
youtube channel :*https://www.youtube.com/@kruidvatNL
<https://www.youtube.com/@kruidvatNL >*
Using youtube studios I can add up to *500* videos in this group but using
API
https://developers.google.com/youtube/analytics/reference/groupItems/insert
I'm limited.
Thx
Sabina
On Mon, Feb 17, 2025 at 8:36 PM <buganizer-system@google.com> wrote:
POST
HTTP/1.1
Authorization: Bearer [YOUR_ACCESS_TOKEN]
Accept: application/json
Content-Type: application/json
{
"groupId": "FxTdU7EfxpE",
"resource": {
"id": "WDEppPhrQxE",
"kind": "youtube#video"
}
} and this i the result :
*{ "error": { "code": 403, "message": "Group contains maximum number
of items.", "errors": [ { "message": "Group contains maximum
number of items.", "domain": "youtube.groupItem", "reason":
"groupContainsMaximumNumberOfItems" } ] }}*
The groupid : *"FxTdU7EfxpE"* contains *294* videos and this is the
youtube channel :*
<
Using youtube studios I can add up to *500* videos in this group but using
API
I'm limited.
Thx
Sabina
On Mon, Feb 17, 2025 at 8:36 PM <buganizer-system@google.com> wrote:
Description
I run a request
That is, in the response I should get a list of playlists.
But one of the elements in the response is a channel, not a playlist ("kind": "youtube#channel").
This element should not be in the response.
- API request with parameters used (DO NOT include your credential)
- Result (copy and paste a JSON response you received)
Element that should not be in the response:
{
"kind": "youtube#searchListResponse",
"etag": "CTrWPcvgc4Gamg-1IZ5XpvsvuXQ",
"nextPageToken": "CDIQAA",
"regionCode": "RU",
"pageInfo": {
"totalResults": 105207,
"resultsPerPage": 50
},
"items": [
...
{
"kind": "youtube#searchResult",
"etag": "oFnt8yOR5LZL2VYHiMAD9evgR7w",
"id": {
"kind": "youtube#channel",
"channelId": "UCEgdi0XIXXZ-qJOFPf4JSKw"
},
"snippet": {
"publishedAt": "2013-12-15T20:39:04Z",
"channelId": "UCEgdi0XIXXZ-qJOFPf4JSKw",
"title": "Sports",
"description": "",
"thumbnails": {
"default": {
"url": "
},
"medium": {
"url": "
},
"high": {
"url": "
}
},
"channelTitle": "Sports",
"liveBroadcastContent": "none",
"publishTime": "2013-12-15T20:39:04Z"
}
},
...
]
}
Full response: see attached file search_response.json
- Expected result
Only playlists should be in response.
- Is it 100% reproducible?
No, sometimes I get correct responses.
- Reproducible API explorer link