youtube-data-api Questions

1

Solved

I'm trying to determine if a video is uploaded as a "short" or a regular/long-form video via the v3 data API. I'm checking out the video info via: https://www.googleapis.com/youtube/v3/vi...
Abukir asked 9/6 at 0:18

2

Solved

Is there any way to extract the "Most Replayed" (aka Video Activity Graph) Data from a YouTube video via API? What I'm referring to:
Malo asked 14/6, 2022 at 1:17

3

I am looking for solution to download video from youtube. i saw in youtube native application in ios they are providing a feature to save video for offline. Is there any solution to download vide...
Ellyellyn asked 13/7, 2016 at 9:35

4

For a project I have to list all videos from a YouTube user account. I'm getting all public videos, but when i make an API call after oauth I still get only public videos. Unlisted videos are video...
Loiretcher asked 8/9, 2015 at 9:42

7

Solved

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 ab...
Coo asked 10/9, 2020 at 1:31

21

Solved

I need help. I don't found an answer to my question. I tried googling and I tried asking on other sides but I never found an answer. I'm working with the google API (Youtube data API) and I use the...
Turbidimeter asked 14/5, 2017 at 13:39

4

I'm trying to get channels info with ChannelsList. This endpoint has a parameter the name is: forUsername but it does not work for this page: https://www.youtube.com/c/FolkartTr This is my query an...
Peso asked 10/2, 2022 at 8:51

6

Introducing handles: A new way to identify your YouTube channel Does the YouTube Data API support querying for a channel by it's @handle? This does not seem to be supported. ex: https://www.youtube...
Narda asked 7/11, 2022 at 15:7

16

Solved

I am working on YouTube broadcast sample examples. I have created a sample Java Project & added required jars. But, when I try to run the project it throws exception. Exception : Throwable: c...

8

Solved

I'm using YouTube API v3 to search YouTube. https://developers.google.com/youtube/v3/docs/search As you can see, the response JSON doesn't contains video durations. Is there way to get video dura...
Dismal asked 24/3, 2013 at 9:10

5

As YouTube official documentation about implement and immigrate to API V3, they said: YouTube Data API (v2) functionality: Retrieve video recommendations The v3 API does not retrieve a list tha...
Pater asked 27/3, 2017 at 13:37

4

Solved

I am trying to add multiple videos to a playlist, but only one video is added to the playlist. I can successful create a playlist and insert a video to the playlist, but can not insert multiple vid...

9

Solved

I want a way to get YouTube shorts for a specific channel from YouTube API. I looked every where and I couldn't find anything. Currently I can get a playlist ID for all channel videos with this end...
Greenlet asked 20/2, 2022 at 8:30

2

Solved

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, w...
Walczak asked 22/12, 2014 at 17:58

4

I have enabled YouTube data API and Google+ API for my project and change the Android API Key in Auth.java I also entered my playlist info into Constants.java. However I still get this unhelpful er...
Hermaphrodite asked 1/11, 2016 at 7:30

2

My app follows the server side authorization flow as described in https://developers.google.com/youtube/v3/guides/auth/server-side-web-apps. I force prompt=select_account. In the most basic case, ...
Interjoin asked 27/7, 2017 at 12:5

4

Solved

I am able to get search results, playlists of an user using YouTube Javascript API. How can I get the watched history of an user using YouTube JavaScript API??? Is there any JavaScript API to get t...
Barns asked 15/6, 2015 at 15:37

2

Solved

The problem occurred when I was using a Python program to upload videos to YouTube. I did not use it to upload for many days before this happened so it should not exceed the quota. I tried many tim...
Indeterminable asked 1/8, 2020 at 23:51

3

Solved

I have made a program where users provide a YouTube channel URL and in return I will show the user its channel ID. Like if someone puts URL like: https://youtube.com/@AndreoBee then I will return i...
Librate asked 7/2, 2023 at 11:8

6

Solved

This is somewhat of a duplicate question of Does YouTube API forbid to download video captions if you are not it's owner?, Get YouTube captions and Does YouTube API forbid to download video cap...
Election asked 21/10, 2017 at 14:41

3

There is a website called: TubeSift This tool determines whether a video is "monetized" or not. My simple question is... Is there a way to determine if a specific YouTube video is monetized (can...
Gurrola asked 22/4, 2019 at 19:54

5

As of 4 days ago, you were able to send a GET request to or visit https://video.google.com/timedtext?lang=en&v={youtubeVideoId} and receive an xml response containing the caption track of a giv...

2

Solved

I'm working in node on a server and I'm trying to use the YouTube Api to get a video url. The particular url isn't important, this is more of just an exercise. As far as I can tell with the docs, t...
Ploss asked 21/8, 2018 at 20:16

4

Is there any way that I can get the channel ID of a Youtube Channel by having its custom url (using the Youtube API) ? Example: A custom url is like: https://www.youtube.com/onepiece I want...
Possession asked 25/9, 2017 at 13:50

5

How do I get the full mp4 url to play the video from its actual location in my application using some other source except Youtube. The gdata/youtube API has been deprecated so I am having trouble. ...
Anteversion asked 22/7, 2015 at 14:58

© 2022 - 2024 — McMap. All rights reserved.