youtube-data-api Questions

11

Solved

I can't find any informations to check if a YouTube channel is actually streaming or not. With Twitch you just need the channel name, and with the API you can check if there is a live or not. I do...

0

Could you please help me if I can receive the captions from any YouTube video with captions? And, if yes, how I can do this? I'm using this request to get the caption id - https://www.googleapis.co...
Sabelle asked 1/3, 2023 at 18:34

5

I need to use the maxresdefault version of my YouTube video thumbnails for a website, however upon developing the code to achieve this I have found that not all of my videos have these thumbnails a...
Louanne asked 13/1, 2016 at 9:59

6

Solved

I'm working on a website to load multiple youtube channels live streams. At first i was trying to figure out a way to do this without utilizing youtube's api but have decided to give in. To find ...
Foochow asked 30/5, 2019 at 20:57

2

I am trying to use Google Service Account to list videos from YouTube Data API v3 in .NET. I have activated YouTube API, created Account Service, but whenever I am trying to list videos from my cha...
Pottle asked 4/8, 2018 at 1:20

4

Another question on SO revealed that pageTokens are identical for different searches, provided that the page number and maxResults settings are the same. Version 2 of the API let you go to any ar...
Virginium asked 20/6, 2015 at 2:8

2

I'm a complete newbie here. I tried many scripts to do the below. (Obviously from other questions here in stackoverflow - I'm not that proficient in writing codes yet) My goal is to, Read the chan...
Peltast asked 21/9, 2022 at 18:23

0

I've currently got a list of ISRCs (International Standard Recording Code which are unique identifiers for a song recording) and want to collect viewership count on youtube for that given song reco...
Carioca asked 30/6, 2022 at 23:28

3

How can I get the duration of Youtube video? I am trying with this... import gdata.youtube import gdata.youtube.service yt_service = gdata.youtube.service.YouTubeService() entry = yt_service.GetY...
Gymkhana asked 13/11, 2015 at 17:43

31

Solved

If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the YouTube API?
Capital asked 14/1, 2010 at 23:34

3

YouTube imposes the following quota cost limits (default values listed): Queries per day  = 1Million units Queries per 100 sec per user = 300,000 units/100sec/user Queries per 100 seconds = 3,000...
Rondo asked 24/1, 2017 at 17:53

4

I need to extract information from videos using YouTube Analytics and Reporting Api. I have access to multiple YouTube Brand Accounts, when I log into YouTube with my Google Account. Using the "...
Askew asked 7/12, 2016 at 11:41

4

I have following client secret { "web": { "client_id": "testid", "project_id": "testproj", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://www.googleapis.com/oa...
Karie asked 8/12, 2018 at 8:39

1

Solved

Hey guys I'm working on a little project to automate some of my playlists on YouTube Music, although I am running into a problem where some of the songs I am finding are available on YouTube, but n...
Thisbee asked 6/2, 2022 at 19:19

2

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, ...
Koehn asked 3/11, 2017 at 15:15

2

I've created a website that uses the YouTube data API to get YouTube data for a chosen user. This has always worked fine for me, but the amount of traffic is now at a level that embedding YouTube i...
Glynnis asked 7/2, 2017 at 17:35

3

Solved

I was trying to upload videos to youtube using the firebase cloud function. What I need is when a user uploads a video to firebase cloud storage, functions.storage.object().onFinalize event will g...
Mystique asked 13/11, 2018 at 16:11

1

That's not a yet another question on how to increase quota limits. Today Google decreased YouTube Data API v3 quota limits for queries per day from 50 million in my case to 0! Somebody had 1 millio...
Polychrome asked 6/2, 2019 at 8:3

2

Solved

I'm confused on how to insert a comment using the YouTube API. I'm fairly new to using APIs, so I don't quite get what they are saying to do in their documentation. I've authenticated the user usin...
Skantze asked 18/5, 2018 at 13:19

2

Suppose I want to find list of videos which have the phrase "French presidential election" in its subtitle. Can I do this using YouTube API? It will be perfect if it can even search within both ...

6

I'm developer and I want to upload a video using the YouTube Data API v3, but it always return the error code "quotas exceeded". I never succeeded upload a video so it's strange... Do you...
Mytilene asked 21/11, 2017 at 8:45

4

Is there a way to get the HLS URL for YouTube live streams like this one https://www.youtube.com/embed/WVZpCdHq3Qg I've tried the typical get_video_info methods but they don't seem to work with li...

1

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 Ex...
Araliaceous asked 1/6, 2020 at 4:7

2

Solved

I tried to use the javascript MediaUploader.js to upload youtube video to my own account, for some reason, I got this error in onError function: "errors": [ { "domain": "youtube.quota", "reason...
Plymouth asked 20/10, 2019 at 0:58

2

It seems Youtube has gotten rid of /channel/XXXX urls on their page, its now /c/username? with username NOT really being a "username". For example https://www.youtube.com/c/lukemiani Runn...
Gipsy asked 23/7, 2020 at 3:57

© 2022 - 2024 — McMap. All rights reserved.