How to comment other comments on a YouTube via API correctly? [Part of...
I'm trying to write a bot that will respond to all comments under the video (1 nesting level).all requests are made through googleapiclientFirst of all, I receive last comments on channel...
View ArticleWe are trying to start DSP. Is there any documentation how to upload the...
We want to start DSP(Digital Service Provider) like https://www.tunecore.com (in which a user can upload audio, image and videosfiles to create music albums or music video products) and also want to...
View ArticleYoutube iframe is not working on mobile browser
for run this code using local environment like vs-code etc.this snippet working on a computer browser properly when I open the same page using IP on my mobile Chrome browser I got an error, but it...
View ArticleI want to control the access range to YouTube from AWS SG by IP address...
I know that AWS SG cannot be controlled by domain name.I would like to avoid using proxy server or AWS Network Firewall service.I want to control SG by IP address range to YouTube, not by...
View ArticleIs there a way I could add my website to youtube share links list?
I wanted to add my website to the list shown when we select on share button on a youtube video , So that i could redirect it to my website.Found a way in native android app using intent filter, but...
View ArticleRequires Scope Authentication on using Youtube API
While using the youtube API to get the subscriptions,liked videos,upload videos and comments, and update the channel details of the authenticated user in our angular project using youtube APIs,we are...
View ArticleYoutube Data API - etags interaction with quota
I have a question in regards to how etags and quota usage interact.I've been looking into threads that speak on both (for example Youtube API V3 and Etag) and I'm not sure I understand exactly how...
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 ArticleHow can I get the payload from calling YouTube API V3?
I am trying to get data from a YouTube channel using Youtube API V3. The code below fetches various data points but when I tried running the app I did not see the payload ('items') array in my response...
View ArticleYouTube Data API: liveStreamingDetails.concurrentViewers not returned in...
Since mid-Jan 2022, I noticed that the YouTube Data API's list method no longer returns liveStreamingDetails.concurrentViewers. This happens to me with all live videos in several...
View ArticleHow do i get watch time of a particular user on a channel like nightbot and...
I am creating a app to show watch time of particular user to a particular channel, i am unable to figure out how can i go about doing that.Like on streamlabs creators can set the commands for the users...
View ArticleConvert youtube Api v3 video duration in php
how do i convert PT2H34M25S to 2:34:25I searched and used this code. I'm new to regex can someone explain this ? and help me with my issuefunction covtime($youtube_time){...
View ArticleYoutube API private locks my Shorts videos
I have set up my YouTube API and I can post regular videos without them getting private. But when I put #Shorts in the title it gets locked as private. It is not copyright claimed. I know that this is...
View ArticleAccessing YouTube Data API without user intervention
I'm coding a music website that allows the user to create YouTube lists.My first try has been with JS:https://developers.google.com/youtube/v3/code_samples/javascriptThe process implies an initial...
View Articleauthenticate a server application with an OAuth2 flow
ProblemeI want to create a server application that modifies playlists on spotify, deezer and youtube (to create multi-platform playlists). My problem is that these different services require OAuth2...
View ArticleCheck and see if video is avalible on YouTube Music using the YouTube API
Hey guys I'm working on a little project to automate some of my playlists on YouTube Music, although I am running into a problem where some of the songs I am finding are available on YouTube, but not...
View ArticleYoutube to HTML5 Loader forcing 720p with audio
I want to embed a YouTube video but as HTML5 video and I found the solution. It can be easily implemented with the help of YouTube to HTML5 video by Levi Cole. I am using the following code to embed my...
View ArticleGoogle OAuth Application Verification without Website
I am using the OAuth Functionality in a local Console Program to request the Videos for my Youtube Channel and upload Videos to Youtube.For the Example which Google gives OAuth is used to authenticate...
View Articleredirect_uri_mismatch the redirect URI in the request does not match the ones...
I have following client secret{"web": {"client_id": "testid","project_id": "testproj","auth_uri": "https://accounts.google.com/o/oauth2/auth","token_uri":...
View ArticleGoogle OAuth2.0 for youtube data api
I have created application which use youtube v3 data api. I am implementing like/dislike youtube api but its need google OAuth 2.0 and i don't know how to find it. Can you help me to find google OAuth...
View Article