Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [youtube-data-api]

YouTube Data API used for getting details of YouTube contents like Playlist, Playlistitems and video's details! You need to generate a YouTube Data API Developer Key to access the content available on YouTube Data API.

0 votes
1 answer
61 views

Youtube Data API : Captions: download error inquiry?

Youtube Data API : https://developers.google.com/youtube/v3/docs/captions/download?hl=ko After oauth2.0 authentication, the Youtube Data API Caption Download API was called, but the following error ...
SeungKeun Lim's user avatar
0 votes
0 answers
118 views

INVALID_ARGUMENT error on YoutubeDataApi PlaylistItem:update

Since the end of May, error occurs has suddenly occurred when executing the YouTube data API (PlaylistItem:update). Until then, there was no error. [Request] { "id": "*correct id*&...
June's user avatar
  • 1
0 votes
0 answers
78 views

How to fix the runtime issue in YouTube Data API v3 OAuth classes instantiation (runtime) issue when compiled to native using GraalVM?

How to fix below runtime issue with YouTube Data API v3 failing to instantiate the Google OAuth class (oauth2.GoogleClientSecrets) when compiled to the native binaries using the GraalVM? Here's the ...
MaduKan's user avatar
  • 512
1 vote
0 answers
39 views

nextpagetoken comment list on reply not working - Youtube data API

I'd like to have all comments of a specific video, replies of a comment included. It doesn't work if a comment have more than 100 replies. Indeed, to have all the replies of a comment I have to ...
Matthieu's user avatar
0 votes
0 answers
34 views

Getting the same response despite adding pageToken to the request

I think it is due to = (equls) sign in myPageToken https://youtube.googleapis.com/youtube/v3/comments?part=snippet&parentId=UgzEc5r9H9uF6eGzXsJ4AaABAg&key=<API_KEY> and https://youtube....
nemish's user avatar
  • 1
0 votes
0 answers
72 views

Youtube Data API pageToken not registering

I am trying to scrape all of the comments on a youtube video, but when I provide a pageToken it ignores it and just returns the data I already have. Example: When I use the following URL https://...
WinterEx19's user avatar
0 votes
0 answers
27 views

YouTube API 403 authenticatedUserAccountSuspended

I am getting the below error exception when trying to publish a video onto a YouTube channel. Google.Apis.Requests.RequestError The YouTube account of the authenticated user is suspended. In case the ...
Matt Bristow's user avatar
0 votes
0 answers
21 views

How to get metrics from the channels I manage?

I'm trying to use the YouTube Analytics API to build a dashboard with the statistics of all my YouTube channels. The problem is that the API is not allowing me to get metrics from channels I'm ...
integrator's user avatar
0 votes
0 answers
45 views

YouTube Analytics API - Unable to Retrieve Impressions Metric

"I'm having trouble fetching impression metrics for YouTube videos using the YouTube Analytics API. Despite specifying the 'impressions' metric in my query, the API response does not include ...
Arpine Harutyunyan's user avatar
0 votes
0 answers
33 views

Automate the response on youtube video comments

I'm looking to automate replies to comments made on my YouTube videos. I want to set up a webhook and subscribe to specific events. When someone comments on a video, I'd like to receive an event on my ...
Hitesh Ghuge's user avatar
0 votes
0 answers
22 views

How to Retrieve Impressions Metric from YouTube Analytics API?

I'm working on a project where I need to retrieve impression metrics for YouTube videos using the YouTube Analytics API. I've tried querying the API with the reports.query() method and specifying the '...
Vahe Gharibyan's user avatar
0 votes
1 answer
26 views

YoutubeApi v3 - get videoId from activityId

Using YouTube's v3 activities.list API, is there a way to access videoId? I can't seem to find a way to do it. Is it even possible? I tried using YouTube's search api, but it costs 100 units, which ...
Omer Prizner's user avatar
0 votes
0 answers
39 views

What links a GCP service account to a YT channel ownership?

If I want to use a service account to upload videos to a YT channel. Where in YT should I define this service account as a channel owner? Otherwise, how is this linkage done? An LLM bot said it's ...
Elad Ben-David's user avatar
0 votes
1 answer
95 views

Isnt there any option in Youtube Api to get live poll data and result for live streams?

I was looking for any way to get the result of ongoing poll in live stream and get updates about it, But I haven't got in the YouTube Api docs. I don't want to try to extract or build chrome extension ...
Soham Deogaonkar's user avatar
0 votes
0 answers
74 views

Is there a way to get a completly random youtube channel?

I made a Lua script (roblox) project that aims to obtain a completely random YouTube channel, even without subscribers. I also want to get the channel's subscriber count with HttpService:GetAsync(the ...
Tomanh 's user avatar

15 30 50 per page