How to get YouTube channel statistics like last 28 days using data api?
I am trying to get last 28 days youtube channel statistics likeTotal viewavg daily viewschannel countryviews last 28 daysavg daily subscriberList itemI am get all other thing but these not.currently I...
View ArticleYouTube Data API how to extract more than 100 comments?
I am using YouTube Data API v3 to extract comments but the maximum I can get is 100 comments.This is the codeurl =...
View ArticleRetrieve my comment history from my YouTube channel
I am trying to retrieve list of my own comments from my channel via YouTube API but can not find a way to do it. This is available via the history...
View ArticleImprecise number of comments and replies in Youtube Data Api
I'm trying to get a number of comments and replies for a video from Youtube Data Api v3. It looks like sometimes the statistics.commentCount property of video resource and the snippet.totalReplyCount...
View ArticleCalling player.playVideo() inconsistently works for an embedded youtube...
I want to use the youtube iframe api to manipulate the way my customer's experience videos on my site. I'm using the youtube iframe player API to initialize the player and get access to events. For the...
View ArticleHow to integrate YouTube Data API for Admin Panel
I am in the process of creating an admin panel for my client, which will facilitate the upload of various media files. Due to the substantial size of videos, our strategy involves uploading them to...
View ArticleIs it possible to build service to analyze comments on a specific Youtube...
I'd like to build a service that could analyze comments on a Youtube channel based onsimilarities of the comments;commenter's information(e.g. account registered time, its IP when the comment is...
View ArticleYouTube Data API not returning all Videos in Channel
I'm trying to get the list of all videos in a channel, using the playlistItems list to get all the videos by passing the playlistId. Example -Get the ID of your channel's uploads playlist using the...
View ArticleYoutube Data API incomplete comments collection #youtube-data-api
We are using the Youtube Data API to monitor the performances of our videos and collect the comments on each published video. We have noticed that the number of comments collected via the API are less...
View Articlelist() returns different number of comments from a video
I'm trying to crawl comments of a given videoId with youtube API.But the number of crawled comments is less than its actual number.Do you have any idea about this? My code is like the below.from...
View ArticleYoutube Data API - Publish to Youtube Shorts
I'm using the following code to publish regular videos to Youtube.Can I publish to Youtube Shorts using Youtube's Data API?I've tried including #Shorts in the title and/or description as well varios...
View ArticleIs there a source code for a GData (google data)
isn’t there still a google data (gdata) source code? I tried the one that is the webservice archive from 2010 and 2011, even the one for Python in 2013, but i ain’t sure if they’re truly the ones...
View ArticleBrand Accounts and Google Apps Script (Accessing and Changing YouTube Video...
I'm using google app scripts to try and alter a YouTube title, which seems simple and the code works (for the main account) just not for brand account videos, the difficulty I'm finding is simple when...
View ArticlePlaylistItems: list Returns playlistNotFound
When accessing a YouTube Music playlist, the API returns 404. I believe this to be a bug, because the playlist returns in Google's API Explorer. Can someone please look into this?Example Pop Hotlist...
View ArticleUploading video to Youtube using Youtube Data API V3 and Google API Client...
I have to implement a way to upload video from our site to youtube. I already registered the app in Google Cloud and got all the necessary client ID, client secret code, browser key, redirect uri and...
View ArticleOAuth for YouTube Analytics API via Google Cloud Functions
I am trying to access YouTube data using the YouTube Analytics API through Google Cloud Functions, but I am facing issues with OAuth authentication.The Google Cloud project I am using is under my...
View Articleyoutube API playlistitems list, error 404 and playlistidnotfound
can anyone help me? i followed the tutorial on the video and my code is exactly the same as in the video. but i'm having a problem that is error 404 and playlistidnotfound. i've checked the playlistid...
View Articlecomo monetizar mi tiempo viendo videos [closed]
para esto tiene que implementar un trabajo de código para la appi y la que mejor se presta = querila serie de codigos los puedes consultar en los enlaces o bn puedes pedir ayuda en el servicio al...
View ArticleYouTube Java API vs Android REST Client implementation
I am trying to make an Android app which will pull uploaded videos from a channel and display them in a list view. Users will be able to watch videos, subscribe to the channel, comment, and like...
View ArticleGoogle Video no longer able to retrieve captions?
As of 4 days ago, you were able to send a GET request to or visit https://video.google.com/timedtext?lang=en&v={youtubeVideoId} and receive an xml response containing the caption track of a given...
View Article