Questions tagged as 'youtube-api'

0
answers

Content ID and Policies for use with Youtube API [closed]

I'm trying to upload my videos on Youtube, with Content Policy and Content Id Matching enabled. My project is in .NET with the Youtube API v3 library, but the library only allows the implementation below that is not working either. video.Monet...
asked by 05.09.2016 / 19:40
1
answer

How to know if the video has copyright by youtube api

How can json find out if a certain video has copyright by youtube's api?     
asked by 17.05.2016 / 23:32
1
answer

Recover most viewed videos from youtube channel

How can I recover the 5 most watched videos from my Youtube channel to put on my site?     
asked by 13.05.2015 / 14:58
1
answer

List of subscribers to a YouTube channel

Is there any way I can create an HTML list of subscribers to a channel using the YouTube APIs?     
asked by 27.11.2017 / 20:03
1
answer

How to call youtube API with several parameters?

I'm trying to get data from multiple videos, however the Youtube API is separate for videos and playlist , so I used the playlist API to get the VideoID of each video that is in a certain playlist, but to call the videos API I want to...
asked by 29.06.2017 / 17:12
1
answer

accessing class data in a global scope with typescript

I'm developing an app in Angular 2 and I'm using the Youtube API. The Youtube API requires that I implement some functions in the global scope, so I did the following: export class MyClass { dados: any; constructor( ... ) { ... }...
asked by 21.03.2017 / 21:19
1
answer

API YouTube V3 - Browse videos by title

Hello. I'm using the YouTube V3 API to fetch videos in a .NET project. It turns out that I have the exact title and need to search for it. In the documentation it is not clear if it is possible to do the title search. API Documentation T...
asked by 21.06.2017 / 15:54
0
answers

How to hide client-side api key?

Hello, I'm working with the youtube api and the moment the client makes the requisitions, I need to put in the url a public key of the developer (in this case it's me), eg https://www.googleapis.com/youtube/v3/search?part=snippet&key=MINHA...
asked by 07.05.2017 / 17:04
1
answer

Error fetching video by location on Youtube Api V3

I would like to know the URL error: link Whenever I put the latitude and longitude of the location I want, it gives the request error: 500 Internal Server Error { "error": { "code": 500, "message": null } }     
asked by 20.10.2014 / 21:58
1
answer

Find similar metrics by the Youtube API

I was viewing the Youtube APIs documentation, but I could not see clearly the following situation: How could I compare metrics (or data) from my two channels or their videos, having the 2 API keys in the database? For example, I'm in my...
asked by 29.09.2017 / 14:34