Assigned
Status Update
Comments
ca...@google.com <ca...@google.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.
ma...@codewave.com <ma...@codewave.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:
ma...@codewave.com <ma...@codewave.com> #4
Hi Sabina,
Thanks for bringing this issue to our attention! I'm going to report this to the internal teams on your behalf. Will reach back with updates as soon as I have one.
ca...@google.com <ca...@google.com> #5
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
ma...@codewave.com <ma...@codewave.com> #6
Dear Google Team,
Thank you for reviewing the issue. I would like to emphasize the urgency of this matter, as it directly impacts our ability to proceed with purchasing additional APIs from Google. This issue is not a one-time concern but will be a recurring requirement from our side going forward.
We would appreciate it if you could treat this as a high-priority issue to ensure minimal disruption and enable us to move forward with scaling our usage of Google APIs. Resolving this quickly will not only address our immediate needs but will also strengthen our ongoing partnership.
Please keep us updated on the progress and let us know if any further information is needed from our side.
Thank you for your attention to this matter.
Best regards,
Codewave Team
Thank you for reviewing the issue. I would like to emphasize the urgency of this matter, as it directly impacts our ability to proceed with purchasing additional APIs from Google. This issue is not a one-time concern but will be a recurring requirement from our side going forward.
We would appreciate it if you could treat this as a high-priority issue to ensure minimal disruption and enable us to move forward with scaling our usage of Google APIs. Resolving this quickly will not only address our immediate needs but will also strengthen our ongoing partnership.
Please keep us updated on the progress and let us know if any further information is needed from our side.
Thank you for your attention to this matter.
Best regards,
Codewave Team
ma...@codewave.com <ma...@codewave.com> #7
Dear Google Team,
as above mentioned,
would like to emphasize the urgency of this matter, This issue is not a one-time concern but will be a recurring requirement from our side going forward.
Please keep us updated on the progress and let us know if any further information is needed from our side.
Thank you for your attention to this matter.
Best regards,
Codewave Team
as above mentioned,
would like to emphasize the urgency of this matter, This issue is not a one-time concern but will be a recurring requirement from our side going forward.
Please keep us updated on the progress and let us know if any further information is needed from our side.
Thank you for your attention to this matter.
Best regards,
Codewave Team
Description
I hope you're doing well.
While fetching restaurant details from Google Maps, I noticed that the "Cost for two" pricing is displayed on Maps. However, when using the Places Text Search or Place Details API, the "Cost for two" key is missing in the results compared to the Maps data.
Could you please explain why this discrepancy occurs? Additionally, how can I reliably fetch the "Cost for two" pricing using the Places API?
Thank you for your assistance.