youtube-data-api Questions

2

Solved

Been stuck on this integration problem for hours now. I am trying to subscribe to a youtube channel updates using https://pubsubhubbub.appspot.com/subscribe. And my server is setup to respond w...

3

Solved

I'm using GoogleAuthUtil in Google Play Services on Android. After calling GoogleAuthUtil.getToken(context, userName, scope), I got a token like this: ya29.wQBWztab5kcgMLcMbAI0LwFzHC_DPrxauSWbX4P...
Corvette asked 17/11, 2014 at 9:39

0

The native YouTube UI currently supports multiple content types: videos, community posts (photos, GIFs, polls) & stories. The YouTube Data API makes it very clear how to upload videos but I am ...
Housework asked 21/8, 2019 at 16:3

1

Today I received email from [email protected] with next text: Dear YouTube API Developer, We are currently conducting a mandatory compliance review of your YouTube Data API Project. Th...
Cupidity asked 8/8, 2019 at 9:29

1

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 ...
Penetrating asked 6/6, 2018 at 3:32

8

Solved

We are using a YouTube video on our website as a hero banner. However few days ago it started showing it's title, watch later button and a share button. We were able to hide them using &showin...
Leeanneleeboard asked 19/10, 2018 at 6:21

1

Solved

So I'm using Home Assistant to launch an automation that retrieves the newest videoId that a channel has uploaded, so I can use my google home to play it(on a Roku TV), works fine, I am working on ...
Florous asked 7/6, 2019 at 8:21

4

Solved

I have been struggling with Youtube's API v3 now and I can't get it work in the way I want. My goal is to load the latest videos from a selected playlist into my website. The problem is that I only...
Leprosarium asked 6/4, 2014 at 11:22

3

Solved

Here is my work flow for getting access token and refresh token for youtube api. Im generating authorization url with parameters access_type=offline, response_type=code, redirect_uri=uri, scope...
Panzer asked 27/12, 2016 at 13:39

1

Solved

I am running a query on my own youtube channel to retrieve all the video titles. I have 680 videos but can only get about half of them. What I have done is create a code that iterates all the years...
Mudslinger asked 8/4, 2019 at 9:27

2

When embedding this YouTube video for example, we get This video contains content from... who has blocked it from display on the website error message. How can I use the API to find if a video is...
Casey asked 4/8, 2016 at 8:13

3

Solved

I am trying to use Youtube Data API v3 to search on android, though when I try to search using my API key i always get this message: { "error": { "errors": [ { "domain": "usageLimits", "reaso...

2

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 ...
Assignor asked 9/3, 2019 at 13:51

4

Solved

The sorting is not working as expected since a few hours. https://www.googleapis.com/youtube/v3/search?order=date&part=snippet&channelId=UC_x5XG1OV2P6uZZ5FSM9Ttw&key=YOUR_API_KEY Can ...
Armed asked 16/3, 2019 at 8:54

1

Basically, I want to check if several channels are streaming now without using Search.list. I used Search.list from youtube data APIenter link description here, but I found this method was really ...
Brendon asked 19/2, 2019 at 15:0

1

Solved

my team uses the Youtube API for a 2 week contest, where participants have to send a video. We want these videos to be hosted on Youtube, only for 3 or 4 weeks. However, according to the Youtube's ...
Howarth asked 16/2, 2019 at 10:30

1

I am using, since a long time, a Google script that accesses my YouTube channel, gets and modifies some information from it and saves some data in a Google sheet. It always worked fine, but then, ...
Kazachok asked 10/6, 2017 at 10:4

1

Solved

I tried show captions in the video via URL but It's tell me login required My attempt https://www.googleapis.com/youtube/v3/captions/BoaAKQZq5TEG3wdKFklJrnQZ3_7OayFqRJtSUDTo9Ck=?tfmt=ttml&tlang...
Rodriguez asked 5/1, 2019 at 14:57

2

Solved

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 ?
Varsity asked 25/4, 2016 at 9:31

13

Solved

With Youtube api v2, there's easy way to get videos. Just send a query like this: http://gdata.youtube.com/feeds/mobile/videos?max-results=5&alt=rss&orderby=published&author=OneDirecti...
Martineau asked 24/3, 2014 at 15:37

1

Good evening guys, I'm trying to request the Youtube API in node js to get a video JSON from a string url. I read the youtube api and it pretty much lead me to write the following code. Which isn't...
Edmonson asked 6/12, 2018 at 19:28

1

Solved

I created an python application that is using the Youtube api (so examples are in python, but doesn't really matter, the concepts should be the same). I managed to get it working where I can connec...
Hellhole asked 29/11, 2018 at 4:25

2

Solved

I've been trying to get the view count on videos that I query through the following method: function search() { var request = gapi.client.youtube.search.list({ part: 'snippet', channelId: 'IRR...
Alleviative asked 22/6, 2014 at 0:26

1

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. ...
Aye asked 9/11, 2018 at 4:33

2

Solved

I have a script on my wordpress page that lets users create video posts on my site and then upload the video to their youtube. The user clicks on a button on my site which sends form data from hi...
Soldiery asked 9/10, 2018 at 14:44

© 2022 - 2024 — McMap. All rights reserved.