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
1
vote
1 answer

How to display a button above a full-screen iframe YouTube video via JS, HTML

How to display my html element, for example a button, above fullscreen mode youtube iframe video via html, java-script? Not work: z-index: 2147483647; translateZ(+2000000000000px)
inffinn
  • 21
  • 3
1
vote
1 answer

Need to populate a channel's videos onto Google Sheets using YouTube Data API v3

I've been quite overwhelmed with all of this as I am completely new to working with APIs. I would like to populate a Google Sheet with a channel's videos so that I can always have its stats updated anytime I need while adding (or replacing the…
1
vote
1 answer

youtube api v3 return less results than entities

youtube api return fewer comments result than entities. ex> the total of real comments : 103 comments returned number of comments by youtube api : 86 comments (sum of first page comments : 50, second page : 36) I got the first page comments and I…
JIYONG
  • 11
  • 1
1
vote
1 answer

YouTube Api V3 key limits and access not configured

I have found many suggestions and answers to the issue of receiving the error message from the youtube api i.e [access not configured etc.] with the most prominent suggestions being: to delete the project, create a new project, enable the api and…
vbNewbie
  • 3,291
  • 15
  • 71
  • 155
1
vote
1 answer

Calling Google APIs with service account c#

I am facing the following problem: I have created a google service account and now I am trying make an authorized API call using c# to Google API and YouTube Data API. Here is my sample code: string filePath =…
1
vote
1 answer

GAE gunicorn flask best way to act with requests that takes 30-60 minutes

I built an application with flask that shall be able to crawl some data. First step is to use the Youtube Data API to get some data about a user, including a list of all videos the user ever uploaded. That totally works fine! After I got the list of…
1
vote
1 answer

How to check for creativecommons videos, by using youtube data api ? I have the following code, how to print true if a video is creative commons?

I'm trying to download some creative commons video using the YouTube Data API, but I'm quite new to this so I'm stuck. How to proceed forward ? I want to find "license": "creativeCommon" in the JSON file and print true if it's true. import…
DotBotHCV
  • 33
  • 1
  • 6
1
vote
2 answers

how can I add people to my Brand Account over api?

I have the access token of a youtube Brand Account owner. With this token I would like to add other people (as admin) to this account over API. This operation is possible manually (info : https://support.google.com/youtube/answer/4628007?hl=en),…
maxichar74
  • 73
  • 8
1
vote
0 answers

Uri mismatch in google sign-in oAuth

I am working on a react-native application where I need to integrate the google sign in, and after that, I need to get the list of associated youtube channels with selected email id. Somewhere I read that this youtube channel selection flow is not…
1
vote
1 answer

How to pass video from IP camera to LiveStream on Youtube?

I am trying to send a video captured from an IP Camera (stream from IP Webcam) through vlcj. My stream can be grabbed from http://:8080/video How can I send the video through Java to YT using YouTube Streaming API? I saw the documentation…
Daniel
  • 91
  • 1
  • 14
1
vote
2 answers

Issue with authenticating to google api or issue with app

So, just a heads up, this is my first time working with google's apis and developer console, so forgive me if I missed something obvious that a more seasoned google developer would deem common sense. That being said. I am trying to create an…
1
vote
0 answers

Issue with authenticating to google api or app misonfiguration

So, just a heads up, this is my first time working with google's apis and developer console, so forgive me if I missed something obvious that a more seasoned google developer would deem common sense. That being said. I am trying to create an…
1
vote
0 answers

Youtube API v3 shows “Access Not Configured”

A month ago I created a Youtube visualization using the Youtube API, it was doing great until last week the API just stopped responding. Tried to; Disable/enable the API (https://stackoverflow.com/a/27491718/447988) Added referrers…
badcoder
  • 191
  • 3
  • 13
1
vote
1 answer

Allow comma separated values in a prompt: Youtube API Example

I'm looking to modify YouTube API Apps Script to allow comma separated values in a prompted; or alternative method. I have been learning how to pull data from the YouTube API through Apps Script using the following example:…
stirfryguy
  • 13
  • 2
1
vote
1 answer

How to get all uploads from official artist channels via the YouTube Data API

I am trying to query youtube for all uploads relating to a channel, but for official artist channels such as: https://www.youtube.com/channel/UC-jHioVmLr8Cb1lFBIZD2hQ/ When I try to make the API call to retrieve the "uploads" playlist, it succeeds,…
1 2 3
99
100