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.

YouTube Data API

The tag is generalized version of tag.

References

4420 questions
10
votes
1 answer

YouTube Queries per day becomes to 0

I use my project with the API around two years and works fine. But I get error recently. {'error': {'errors': [{'domain': 'usageLimits', 'reason': 'dailyLimitExceeded', 'message': 'Daily Limit Exceeded. The quota will be reset at midnight Pacific…
Morton
  • 5,380
  • 18
  • 63
  • 118
10
votes
2 answers

YouTube Data API v3 quota for query per day set to 0

We are using YouTube Data API v3 for quite some time now but suddenly it started responding with error 403 saying that the access needs to be enabled. Here is the error message: { "code": 403, "errors": [ { "domain": "usageLimits", …
Jonathan
  • 101
  • 4
10
votes
1 answer

Youtube [Data-API] LiveChat where logged-in user is moderator

I'm trying to work out how i get a list of videos/streams where the user is a moderator for live chat. This is done in nightbot and fussbot but i can't work out how they do it, it works by you adding the Nightbot channel as a moderator of your live…
Barkermn01
  • 6,781
  • 33
  • 83
10
votes
3 answers

Getting YouTube auto-transcript from API?

Is it possible to pull the auto (non-user) generated video transcripts from any of the YouTube APIs?
Ted
  • 123
  • 1
  • 2
  • 6
10
votes
2 answers

Not getting refresh token in YouTube OAuth

I am doing server side OAuth following this guide. I successfully completed the OAuth, but am not getting a refresh_token in the step Exchange authorization code for refresh and access tokens: Request: POST /o/oauth2/token HTTP/1.1 HOST:…
Abhishek Gupta
  • 6,465
  • 10
  • 50
  • 82
10
votes
2 answers

YouTube API V3 - How to get normalized game title?

I am trying to get the normalized game name using youtube API for a video if it is in Gaming category. For example: https://www.youtube.com/watch?v=qIvWgSpy31k, for this video I can see its normalized game name is the description: But when I use…
Yang Yu
  • 103
  • 5
10
votes
1 answer

Get video duration with YouTube Data API?

Basically, I'm trying to get the video duration of each video that shows up in the results when they search. I have a neat little demo set up for you to mess with! ALSO - When I say duration I mean the length of the video in M/S format (0:00).. DEMO…
mistkaes
  • 399
  • 1
  • 2
  • 21
10
votes
3 answers

Youtube Data API V3 Javascript - Upload audio and image as video

I am working on youtube data api v3 to upload an image and an audio as video with image will be displayed as a video. I can able to upload videos as it is already given as an example. I tried thumbnail: $('#file_image').val(), to set video…
Gunaseelan
  • 2,494
  • 5
  • 36
  • 43
10
votes
1 answer

Upload video to youtube with mvc application (all code behind)

This is just crazy, i've spent a week now trying to figure this out. Everything i find is either deprecated or will just not work. So this is what i'm trying to do. We have users upload a video, we store the video until it has been approved. once…
iedoc
  • 2,266
  • 3
  • 30
  • 53
10
votes
1 answer

How can I retrieve "channels within a channel" on YouTube API v3

The YouTube channels can have lists of several "related" channels. For example, the Music channel has related Genre channels: Hip Hop, Pop, Rock, Country, etc. Music Channel: http://www.youtube.com/channel/UC-9-kyTW8ZkZNDHQJ6FgpwQ Related Channels…
Jiho Kang
  • 2,482
  • 1
  • 28
  • 38
9
votes
5 answers

How do I get info about a Youtube video's chapters from the API?

Recently, Youtube added the ability to break up their videos in the progress bar into sections called "chapters". https://support.google.com/youtube/answer/9884579?hl=en Currently I am able to get info about a video from the Youtube API. However, it…
9
votes
0 answers

webhook for youtube comments

first of all im using youtube api to create my app. im in progress to creating an app to get every comment from my youtube channel and reply to it. it's mainly used for customer relationship activity. right now im using a script which call youtube…
daniel adi
  • 95
  • 5
9
votes
5 answers

YouTube Data API no longer returns active live streams from search.list

I wrote an application that uses YouTube Data API V3's search.list, which was able to pull active live streams for a specified channel (working since 2018) using the…
9
votes
4 answers

Youtube /v3/search API no longer returning live videos

I was using the YouTube search API to retrieve live videos by channel ID, but recently, the API has begun to return an empty response. For example, I am retrieving from…
9
votes
4 answers

YouTube may disable your inactive project's access to the YouTube Data API Service

I was using Youtube Data APIto get youtube video but after getting mail from youtube which says api is disable due to inactive. Youtube Data api not working since it was disabled by youtube because of inactive for 90 Days. I am not able to call(It…
androidXP
  • 1,692
  • 3
  • 27
  • 58