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
9
votes
2 answers

signature issue when I want to get a direct URL from YouTube via PHP

after research to how i get direct URL from YouTube videos like this one asking : How to get direct URL of video from YouTube URL? [closed] i finally made a simple script to generate a direct URL from YouTube video with php and it works just fine,…
A. El-zahaby
  • 1,130
  • 11
  • 32
9
votes
1 answer

Youtube video playing on browser but not on electron-js app

I am using plyr.io to run youtube videos from electron-js app as well as browser based app. Few videos are not playing in electron-js app but playing on browser application(Chrome). Is it anything to do with copyright issue? Below is one video which…
Geeta
  • 153
  • 1
  • 8
9
votes
4 answers

How to play YouTube videos in background in android?

I'm a beginner and I’m working on an android project in which I play youtube videos using Google YouTube data API. Is it possible to play the video in the background even after the user has switched to another app or pressed the home button? Is it…
Amit
  • 148
  • 2
  • 11
9
votes
2 answers

Get URL of video running in Youtube android app

I am trying to develop an app for myself, which will download the audio version of video playing in the Youtube App. I have figured out almost everything else, all I want is to get the URL of the video which is playing in the Youtube app. So, the…
9
votes
2 answers

How to check for which country a youtube video is allowed?

For some videos, YouTube site would say, Video not available in my country. Is it possible to check using YouTube data APIs or some other way, which country this particular video is allowed ?
Vijay C
  • 4,739
  • 4
  • 41
  • 46
9
votes
2 answers

Check if a video is available

I'm working on YouTube data API v3. I want to know how can i check if a video has been disabled or removed by…
Benny Ae
  • 1,897
  • 7
  • 25
  • 37
9
votes
1 answer

Does the Android Youtube API support the gyroscope when embedding 360 degree videos?

With the YouTube Android app, 360 degree videos support using the gyroscope to pan around the video, which is amazing. Is this possible when using the YouTubeStandalonePlayer or YouTubePlayerView in an app?
adevine
  • 1,074
  • 9
  • 23
9
votes
3 answers

Does using the YouTube Data Api generate any cost?

I was wondering if the use of the YouTube Data API generate any costs (money which must be payed to Google). I was only able to find the "unit-system" which is used by YouTube to limit the amount of requests?
Jhon Smith
  • 347
  • 2
  • 3
  • 9
9
votes
2 answers

YouTube API v3 get all channels associated with a logged in user

Is it possible to get all the channels associated with a logged in user account, using youtube's version 3 API (https://developers.google.com/apis-explorer/#p/youtube/v3/). The nearest call that I can see for…
Hevski
  • 1,821
  • 1
  • 17
  • 26
8
votes
1 answer

Does YouTube Data API billing change if the APIs are called from GCP server or AWS server?

I'm building an Android app which embeds YouTube videos. I'm confused on how the billing works for the YouTube Data API v3. Is it dependent on whether the APIs are called from GCP server or AWS server?
8
votes
1 answer

What is "Your Access Token" in Youtube Data API and how to get it?

I got some code from youtube data API's try-it editor. I have some curl code here, I have the API Key, but I don't know what [YOUR ACCESS TOKEN]is. I've been trying for the past two hours to find something, but couldn't get what I wanted. I had an…
Hikki
  • 484
  • 1
  • 10
  • 21
8
votes
2 answers

Where do you specify your API key when making a request with the Google API python library?

I am getting started looking at using the YouTube API with python yet the examples given in the documentation seem to disagree with the quickstart guide. The quickstart guide can be found here and in it they recommend you grab some sample code from…
Lewis
  • 133
  • 1
  • 5
8
votes
1 answer

YouTube API Compliance Audit

Today I received email from noreply@youtube.com with next text: Dear YouTube API Developer, We are currently conducting a mandatory compliance review of your YouTube Data API Project. The review is to assess your compliance to our YouTube API…
Ivan Kucher
  • 115
  • 1
  • 5
8
votes
1 answer

How do I find out what project is connected to Youtube data API service based on the project number?

I got an email stating that my project(s) hasn't accessed or used the YouTube Data API Service in the last 60 days and if it's inactive for another 30 days they'll disable access to the API. The project is referenced only by a number, and I have no…
Jaalco
  • 89
  • 2
8
votes
1 answer

youtube api - retrieve "music in this video" info from video metadata?

I have done some search on the web but could not find a way to retrieve information about a piece of music used in a video (NOT music video), using youtube api. For example, in the description of this video or this video, there is a separate section…
moonlightlane
  • 111
  • 2
  • 4