youtube-data-api Questions

1

Solved

This is a YouTube channel URL that includes Cyrillic characters in the username: https://www.youtube.com/c/%D0%9B%D1%83%D1%87%D1%88%D0%B8%D0%B5%D0%B4%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%B0...
Peculiarize asked 25/6, 2020 at 13:23

3

For several years we have successfully been uploading videos via the YouTube API using some custom JavaScript code. The code was based on some samples provided by Google (cors_upload.js). It's not ...
Krilov asked 11/6, 2020 at 5:7

1

Using the Youtube API via PHP to create events on users accounts who are authorised by OAuth. The code works for almost everybody except I have a couple of users who are getting the liveStreamingNo...

3

Solved

I'm working on a project using the YouTube Data API. The Python script I'm running uses a client secrets JSON file, which I presume is for verifying the account owner. If I am having issues with it...
Corticosterone asked 11/6, 2020 at 1:11

5

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 following: https://www.googlea...
Seagrave asked 13/9, 2019 at 20:51

3

Solved

on this page (https://developers.google.com/youtube/v3/getting-started) google says: You can find the quota available to your application in the Developers Console. I went to my Developer Cons...
Iinde asked 26/7, 2015 at 21:35

2

How can get the youtube video title and duration without using api key ? I have checked Youtube Video title with API v3 without API key? link but this only give the title and not the duration. So...
Rosenkrantz asked 23/12, 2016 at 5:11

3

Solved

I'm trying to figure out if a YouTube video is embeddable using the YouTube Data API v3, from answers to similar questions I noticed the status.embeddable property of videos, for a request like thi...
Rivard asked 30/3, 2020 at 16:32

5

I've been trying to get comments (both threads and replies) from a given video on YouTube using Python (as an exercise to learn the language). Based on the examples given at the official website (...
Nicole asked 5/1, 2016 at 7:12

1

Solved

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 ...
Cithara asked 21/3, 2020 at 19:21

1

Solved

I am trying to consume google youtube data apis which has support for api key type of credentials. https://developers.google.com/youtube/registering_an_application I am trying to use google auth ...
Turney asked 19/3, 2020 at 13:3

3

I have been exploring the YouTube Data API. The premise of my project is simple: using the API, authenticate (yes, I have the credentials for the account) and then simply retrieve the list of all m...
Friendly asked 24/9, 2019 at 4:31

7

Solved

I created a Google application in the developers console, turned on "YouTube Data API v3", generated the server API key, and authorized my home and work IPs. My website lists all videos from a You...
Capitol asked 15/12, 2014 at 12:4

4

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 becaus...
Salience asked 10/4, 2019 at 20:31

3

Solved

Removed Unwanted Code DEMO Hey, I am implementing Youtube Video Player Api and i see some sort of error in console. any how the video plays perfectly, but i want to know why the error is? if i ke...

2

Solved

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...
Laborious asked 16/8, 2019 at 21:31

4

Solved

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 switche...
Trottier asked 10/2, 2017 at 13:49

1

Solved

I've been trying to figure this out for hours now. Consulting the official documentation It says I need to make a post request to https://www.googleapis.com/upload/youtube/v3/videos with a content ...
Kenley asked 28/11, 2019 at 2:24

2

I am developing an app locally and I just integrated the Youtube data api v3 to query videos. Last night I received the 403 error that said my daily quota has been exceeded. If I look at the char...
Mcnally asked 11/6, 2019 at 16:30

4

My internally used web solution to retrieve YouTube video statistics that is based on this example (https://developers.google.com/youtube/v3/quickstart/js) now fails to work. Not sure when exactly ...
Inelegancy asked 22/3, 2019 at 12:23

2

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 YouTube. E.g: https://www.youtube.com/watch?v=dHt_6Z2OaZI https://www.googleapis.com...
Munafo asked 16/7, 2015 at 18:29

5

Since Google has deprecated the YouTube v2 API, I cannot find a way to get all the comments from a video. Is it possible to use a single, non-deprecated API (Google+, YT v3) to do that? I am not ...
Hawaiian asked 13/11, 2013 at 22:34

0

I am trying to access images returned from the thumbnail api via javascript in Chrome so that they can be painted on a Canvas. However, I am running into a CORS block due to the fact that the the y...
Samuelson asked 23/10, 2019 at 14:5

1

I used the YouTube API but a new error appears recently when creating playlist: { "error": { "errors": [ { "domain": "youtube.playlist", "reason": "exceededRateLimit", "message": "The user h...

5

Solved

I am trying to make an upload to YouTube from my Java based web app, I spent a few days to understand what and where is the problem and I cannot get it, for now I am pulling my hair out off my head...

© 2022 - 2024 — McMap. All rights reserved.