What is the purpose of a "Refresh Token"?
I have a program that integrates with the YouTube Live Streaming API. It runs on timers, so its been relatively easy for me to program in to fetch a new Access Token every 50 minutes with a Refresh...
View Article"500 Internal error" with the Youtube Content ID API
I'm actually trying to retrieves the policies of my Youtube assets id (following this documentation :...
View ArticleHow to play YouTube videos in React native player?
I want to play some YouTube videos in my react native app using a native player as we don't want to show youtube branding in the player. Is there any possible way to do this?If not, what's the best way...
View ArticleTimeoutError Youtube API A connection attempt failed because the connected...
I'm trying to make a search with youtube API search method. It worked a few days, but since yesterday it started showming me a Timeout ErrorThe part of the code:def YoutubeSearch(): # this is used to...
View ArticleHow to package and deploy a Youtbe API app to be used by other users
I developped an application using youtube api and python. This application launchs live streams on my channel.To do so I went to google console , and created "consent screen", "credentials" downloaded...
View ArticleScraping subscriber count from YouTube link in google sheets
This is a total beginner question so please be gentle!I am trying to output the number of subscribers to a YouTube channel from a list of links to videos. the link is on the left and I would like the...
View ArticleUsing the youtube analytics api or youtube data api, is there a way to get...
I've been trying for some days now by reading the docs to figure out how to use any of the two APIs mentioned in the title to retrieve a channel's most commented video.This query doesn't work:curl...
View ArticleYouTube Reporting API as a Channel Manager
I have been granted access as a Channel Manager to a Youtube channel within the partner program. I would like to utilize the YouTube Reporting API in order to download bulk reports. I have been able to...
View ArticleVideos sorted by relevance with more views than sorted by View count on YouTube
I'm trying to implement a search of the most popular videos by tag with Youtube API v3, and encountered a problem when videos sorted by Relevance have more views than those that were sorted by View...
View Articleyoutube API not creating a playlist
I get no error codes; everything seems to be validating correctly etc but simply nothing is happening on the YouTube channel. I have exceeded my limit rate so something has to be happening, but nothing...
View ArticleGoogle map API v3: YoutTube videos are not played in infowindow. I get a...
I am trying to put youtube videos inside infowindows, but it is not working. I get only empty windows. Here is my code. Since it is my first Javascript project, I am sure that I am doing something...
View ArticleYoutube API permission 403 Forbidden error
I'm following the tutorial on this page but I keep getting a 403 Forbidden error when I run the app and try to do a search.I enabled Youtube Data API v3 on the https://console.developers.google.com/...
View ArticleYoutube API get channels a user is a subtitle editor for
Is is possible to query the api for channels that a user is a Subtitle Editor for? I can't seem to get this work using the Channel list endpoint
View ArticleHow to play end screen videos inside app in youtube player
i'm using google youtubeplayer inside my app.I Trying to play end screen videos inside my app but it’s redirecting me to the YouTube app.now how can i solve this.sorry for my English😅
View ArticleCan't upload more than 100 videos with youtube api
we implemented youtube api and requested quota extension with 3,000,000.when uploading 100 videos, we can't upload any more.Is there a limit or something?how to fix it?
View ArticleGoogle Sheets YouTube API Published Date Issue
I have a google sheet setup for pulling YouTube API information like duration, title, etc. However I'm struggling to get the function working for the video date.does anyone have any advice?function...
View ArticleAccess variables and functions defined in page context using a content script
I'm learning how to create Chrome extensions. I just started developing one to catch YouTube events. I want to use it with YouTube flash player (later I will try to make it compatible with...
View ArticleHow can I get a channel ID from YouTube?
I'm trying to retrive the data from my channel using the YouTube Data API V3.For that I need my channel ID.I've tried to find my channel ID from my YouTube account, and I failed in every single way.If...
View ArticleConvert ISO 8601 string to time format r
Have a dataset yt_videos I scraped from YouTubeidDuration01PT5M28S02PT10M03PT1H2M21S04PT1H54M05PT1H27SThe duration column represents the length of the video in hour, minutes and seconds. I am trying to...
View ArticleYoutube-API - videoDuration
So I was wondering what the cutoff is for the <4 videoDuration filter on YouTube and decided to upload drafts of empty videos on YouTube.239.9s counts as 4m239.4s counts as 4m239s counts as...
View Article