Error when creating several YouTube playlists through YouTube V3 API?
I have recently resurrected software from last year used to create and populate up to 50 YouTube playlists in a short time. Whilst testing this year I have run into an error where I can no longer...
View ArticleHow can I make a request to youtube API without oauth authentication?
I have this code below where I'm using the youtube API to get results for a search query. The problem is that every time I make a request I have to authorize it with oauth again, where it opens it in...
View ArticleYou can't sign in to this app because it doesn't comply with Google's OAuth...
I am developing a web based app that will allow my trusted staff to edit the titles, descriptions, tags, etc of my YouTube channel. In attempting to "Opt In" to my own application, I was sent to the...
View ArticleAdding a thumbnail with youtube api using c#?
I made a program in visual studio that renders videos that have a static image using ffmpeg and then uploads them to youtube, but it can also upload videos not rendered by it.And for those i would want...
View ArticleHow do I get traffic source for each video?
TL;DR: Want to get % of views from external traffic source for each video (not for each day)Long story short, I'm working on a project where I'm trying to understand what factors influence video views...
View ArticleGoogle Cloud Video API to control and check state of video (Pause/Play)
I have written an HTML and javascript code to check the state of a youtube video and pause and play it when clicking pause and play buttons. I also did a function on an mp4 embeded video in an html...
View ArticleYoutube API V3, search , publishedAfter, invalidSearchFilter
I'm just trying to make a search over youtube for my own videos that publisher after X dateHowever when i use publishAfter parameter, it's giving invalidSearchFilter error even of i set type parameter...
View ArticleYoutube API - Subscribing to Push Notifications
My final goal is to set up a Webhook whenever a YouTube user uploads a video. After some research I got to this article. But when I get to the part...
View ArticleCannot find audience retention metrics in Youtube Reporting API
Reference here: https://developers.google.com/youtube/reporting/v1/reports/metrics#Audience_Retention_MetricsIt says there are audience retention metrics for reporting APIs. However I couldn't find it...
View ArticleAdd filename to YouTube API upload
I've been getting a "Raw: Unknown" filename for the videos I've been uploading to YouTube using the API. Looking at the YouTube API Library, I've seen that there is a...
View ArticleCannot read properties of undefined (reading 'join')
How do I add this:videoPlayer.init(["0dgNc5S8cLI","mnfmQe8Mv1g","CHahce95B1g","2VwsvrPFr9w"]);Into here?videoPlayer.init({ afterPlayerReady: function initCover() { manageCover.init(function playVideo()...
View ArticleHow does Pagination work in YouTube API (apiclient.discovery)?
I'm pretty new to working with the YouTube API and I've looking for a way to collect a bunch of channel data. However, the API is limited to 50 results per request. To get more results it allows you to...
View ArticleYouTube API for brand account
We are trying to build a internal tool using YouTube API to manage our YouTube channel. We are using G Suite (or Google Workspace), and our YouTube account is a brand account and in YouTube Partner...
View ArticleGet report of all assets from YouTube Content ID API
I represent a YouTube content owner and I use the YouTube Reporting API to get daily analytical reports on how well our many thousands of assets perform on YouTube.Those reports only give an asset ID...
View ArticleContent ID API to determine video ownership
Our company licenses YouTube videos - one of our key goals is to verify video level ownership prior to onboarding new creators to avoid a multi-party claim scenario and/or shared revenue (depending on...
View ArticleYoutube activities endpoint not returning any items
I've seen some other users ask this question, but really haven't found any answers... Similiar to what was already asked in this thread, I have problem with retrieving items from activities yt api...
View ArticleA python problem with ffmpeg and Youtube API
I have a problem with my script to the automatic youtube channel. I have many small errors but I have one big. I can not find solution for Youtube API I have problem with quotaMy full code:import...
View ArticleGet Youtube video details using JSON in PHP
This is the code which I'm using to get youtube details in an array:$url = "http://gdata.youtube.com/feeds/api/videos/eRUbL_qSEQA?v=2&alt=json";$ch = curl_init($url); curl_setopt($ch, CURLOPT_URL,...
View ArticleYoutube API Quota Exceeded Before Any Successful Request
I am trying to use Youtube API to download caption of a video. None of my requests were successful due to quotaExceeded error. However, I have not spent any quota other than request caption list to get...
View ArticleStop embedded youtube iframe?
I'm using YouTube iframe to embed videos on my site.<iframe width="100%" height="443" class="yvideo" id="p1QgNF6J1h0"...
View Article