get_video_info YouTube endpoint suddenly returning 404 not found
https://www.youtube.com/get_video_info?video_id={videoId} is throwingResponse status code does not indicate success: 404 (Not Found).
View ArticleYoutube channel membership count
Is there a way to get the count of specific youtube channel memberships? ( not default subscribers )What I meant by membership are the people who used the paid subscription thing....
View ArticleHow to extract impressions and CTR using YouTube analytics api
The data I want to get is the number of impressions and the click through rate (CTR) of impressions. Currently, I am trying to extract using YouTube analytics api, but I cannot get it with the...
View ArticleError on device: Null check operator used on a null value
My code in homepage.dart// ignore_for_file: sized_box_for_whitespace, prefer_const_constructors, unused_element, avoid_unnecessary_containersimport...
View ArticleYouTube API - The API Key and the authentication credential are from...
I am trying to get videos from youtube with my C# application, with...
View ArticleHow to make search by channels and videos in Youtube Data API v3
My application is something like the mobile version of Youtube, it has a search by keyword, that is, (q = something), for searching I use...
View ArticleGet channel statistics from youtube API
I am using youtube data api v3 with Python to parse statistics for several channels. So far, I could retrieve these information:"viewCount","subscriberCount","hiddenSubscriberCount","videoCount" for...
View ArticleHow to get video count and subscribers count of channels in search request?
I am doing a search query where video, channels and playlists are displayed. The fact is that the search query does not provide full information about the channels or playlists.This is how the query...
View ArticleGetting video info returns HTTP ERROR 410
I want to download youtube videos in c language by getting video info but there is an example to getvideo information.http://www.youtube.com/get_video_info?video_id=eMjBZmTdtyYwhich returns http error...
View ArticleIntegration of youtube likes on wordpress site? [closed]
is there a way to implement youtube likes from under the video to the wordpress site so that the user who visits the site can like the video on the site and it will be displayed on youtube?
View ArticleSearch by channels and videos in Youtube Data API v3
My application is something like the mobile version of Youtube, it has a search by keyword, that is, (q = something), for searching I use...
View ArticleUpcoming changes to YouTube Data API (Dislikes count)
We integrate with your app and a few days ago we received a notification about upcoming changes to YouTube that will impact the data available via the Data API.The main difference is the Dislike count...
View ArticleHow to get a user's entire YouTube watch history?
I'm trying to get a full list of watched videos for a given user in my YouTube API application. I want to add up total duration of all videos. When I get the list of videos from history playlist, the...
View ArticleYouTube Data Api V3 Get Live Subscriber Count for Multiple channels with jQuery
So I have been getting youtube channel subscriber count with Youtube Data Api V3 for one channel. Right now I would like to get the live subscriber count of 50 YouTube channels.Does Youtube allow...
View ArticleFetching Comments using Youtube data API
Im trying to fetch all the comments for a particular Youtube video.I've written the following code:#storing all the comments in a list (l)def video_comments(url): # empty list for storing reply replies...
View ArticleGET Hidden Subs count on onwer channel
Is possible get a hidden subscribers count from api keyI tried https://www.googleapis.com/youtube/v3/channels?part=statistics&id=<channel id>&key=<API KEY> but shows...
View Article"pretty printing" YouTube video description
i am getting youtube video description with apikey = 'KEY'; $googleApiUrl = 'https://www.googleapis.com/youtube/v3/videos?id=' . $videoId . '&key=' . $apikey . '&part=snippet'; $ch =...
View ArticleYouTube Subscription List API V3 [ unable to check subscribed user is still...
I am using subscription/insert API to make user subscribe to my channel.Responsedata{ kind: "youtube#subscription" etag: "zNS9wkFH3YQT16N-f5BI8-bRK48" id: "nSXLoI9bATpwVV8r7RGYlTiW3C3jrJ95s3ND0_KKkD8"...
View ArticleCommentThreads: insert gives 403 Forbidden
I'm going nuts with this error. As far as I can see I've followed the instructions correctly. My scopes are YOUTUBE_FORCE_SSL. In desperation I've tried to add all Google Plus Scopes without luck....
View ArticleHow do I get a YouTube video thumbnail from the YouTube API?
If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the YouTube API?
View Article