youtube caption size default value not updating in the player settings even...
font size happening but inside the player its not selecting the 200 value from the dropdown.font size happening but inside the player its not selecting the 200 value from the dropdown.font size...
View ArticleMultiple Google Oauth2 Clients - Refresh Tokens revoked when user grants...
I'm building a system where users may be required to grant access to 1 or more Google services (using the Oauth2 server flow).For the first service they authorise, everything works perfectly - however,...
View ArticleIssue with youtub data api, search endpoint, type parameter
im using this search api URL in my...
View ArticleHow high read, (very) high write databases are handled?
I was recently going through some system design videos and stumbled upon youtube system design. And some of the specs mentioned in the video made me wonder how youtube handles all the comments on its...
View ArticleThe number of videos captured is different from the number returned by the API
GET https://www.googleapis.com/youtube/v3/channelsid = UC25QkYYCp8VjZzMh8hUR-2gpart = snippet,statisticsThe page displays 51 videosThe page displays 49 videoswhy?????"statistics": {"viewCount":...
View ArticleHow many automated responses can I post through the YouTube API as the author...
While reviewing the YouTube API documentation, I couldn't find any policies regarding the number of automated responses to comments under my own videos. The API provides this functionality, which...
View ArticleYoutube javascript insert caption fails with bad metadata
I'm trying to add caption (subtitle) tracks to youtube videos as part of a javascript webapp, but the request always fails with error 400: "The request contains invalid metadata values, which prevent...
View ArticleHow to add start time to a YouTube playlist that uses listType
As seen working here: https://jsfiddle.net/spqf729t/This is the embed player, works here<iframe width="442" height="261"...
View ArticleHow to access licensed content included in a video using the YouTube API
I want to access or collect the URL of the licensed content included in the video.I have prepared a picture in case what I want is not conveyed properlyHere is part of the code I used:def...
View ArticleYouTube API Services Audit - how to track its status?
Our company uses the YouTube Data API.I received a notice that I needed to fill out an audit form.I filled that form, and through email, received an additional request to provide a video recording of...
View ArticleHow do i get a subscriber count from youtube api by channel name
I am trying to use youtube's api to get the subscriber count of a channel by it's channel name using node.js. How do i do that?
View ArticlePossible to disable "Watch on Youtube" link?
I am building an app where I am embedding videos and specific sections of video clips. For example, it looks like this<iframe width="640" height="360"...
View ArticleWhat is the best way to have a fallback image in NextJS?
Recently, I have been working on a project in NextJS which uses the YoutubeAPI to fetch video information, including thumbnail URLs.The thumbnail URL for a full resolution image looks like...
View ArticleCan I display likes, views etc. on my website
Can I display likes, views, video post date, etc. on my website with each embedded YouTube video?At the moment I just embed the video with an Iframe in my html code of my website, but I would like some...
View ArticleWhy does the YouTube search API with `channelId` specified return videos from...
I am querying the YouTube API to search for videos from a particular channel, with a given query.For example:channelId: UCIG1k8umaCIIrujZPzZPIMA ("Made by Google" channel)query: town hallSample query,...
View ArticleGetting, HttpError 403 when tried to call YouTube API
I have an API token, which I've embedded into the YT API function call. However, I'm still receiving an error 403 response. The function is directly copied from Google's GitHub website under...
View ArticleRetrieving YouTube title, comments with users tokens increasing quota usage
In YouTube v3 API does using users tokens to retrieve video information like videos title, thumbnail, comments increase the daily usage quota of user which is 10000 per day. I am using test user's to...
View ArticleYoutube Data API v3 for retrieving user likes is limited
I'm messing around with the API and have specified that I want 50 videos per response and have passed in a nextPageToken so I can get to the very end of my liked playlistsresponse =...
View ArticleNot Able to Import Python Library "Pytube" for my chrome extension using...
I took code from this repository: [https://github.com/Arinze1020/pyscript-local-runtime/tree/master]ERRORPythonError: Traceback (most recent call last): File "/lib/python3.10/asyncio/futures.py", line...
View ArticleIdentify a video as an ad with YouTube Data API
I'm using mostly the video and search list resource types. I want to filter the results for video ads. I had hoped that ads would be a video category or there would be another identifier for video ads,...
View Article