can I get a traceability of which user responded to whom using the Youtube API?
good day,is it possible to know in the youtube comments, which user responded to whom? I see that when replying to a comment an automatic tag is created but the user can delete it, I attach an...
View ArticleHow can i get api/stats/playback url from youtube in android without using...
I was trying to use https://www.youtube.com/api/stats/playback, but the parameter values always changed and I didn’t know the reason. I wanted to know which parameters were important to use when...
View ArticleHow to create a multi-line description using Youtube API v3?
I am uploading videos with Python Youtube API v3. Below is my function which I use for it:def YTUpload(file, title, description, keywords, category, privacyStatus): command =...
View ArticleIs youtube search v3 api type param working well?
I opened this question because I didn't see similar cases.I'm working with the youtube search v3 api and there are some queries searching by type channel that are returning me some video resources.This...
View ArticleYoutube Data API streaming issue
I'm a software developer and we are working on a new app (stream.attn.live). We have a strange problem, streaming from our platform (stream.attn.live), because sometimes we have only scheduled stream...
View ArticleMissing videos on the youtube API
I am using the YouTube data API and it was working before but in the last week or so every time I retrieve videos ordered by date it is always missing one video or more and I can't know the reason;this...
View ArticleClose fullscreen-mode conditionally in React when state changes
In my React App I have video-frame from youtube/vimeo and need to close youtube fullscreenmode (if it is enabled) to show user some messages, when component's state changes (f.e. I generate question to...
View ArticleHow can i add a video to youtube history?
I tried to add a YouTube video to my YouTube history, but none of my methods worked. There is no answer or information on the internet for this question, so I just want some information or maybe the...
View ArticlecommentThreads().list returns information from about 5 months
Good day,commentThreads().list returns information from about 5 months, something is wrong or the API returns filtering?another query: I see that it returns me in chronological order from the most...
View Articlechange volume of a youtube video while playing
When i play a Youtube video like this:https://www.youtube.com/tv?#/watch/video/control?v=d1-VK12FZhs&resume&t=0m4si need to change the volume injecting javascript.I know the API has the...
View ArticleIs there way to change audio language in youtube iframe api?
Is there parameter for change audio language?I want change audio Langauge like cc_lang_pref = "ko"but there are no parameter name like audio_lang_pref.Is there way to change audio language in iframe...
View ArticleYouTube Data API: The request cannot be completed because you have exceeded...
The problem occurred when I was using a Python program to upload videos to YouTube. I did not use it to upload for many days before this happened so it should not exceed the quota. I tried many times...
View ArticleWhy attaching thumbnail image with dawson/youtube plugin I got permissions...
On laravel site using dawson/youtube plugin I got error :Error calling PUT...
View Article(beginner) YouTube search using HTML and API Key
<!DOCTYPE html><html><head><title>YouTube</title><style> /* Customize the styling and layout as desired */ .video { display: flex; margin-bottom: 20px; } .thumbnail...
View ArticleJob ID for daily System Managed reports for Transaction Revenue
Tring to find a way to download the daily system generated transaction revenue reports, but can't see any reference to them in the API documentation - any clues?Manually logging in and downloading...
View ArticleIs there an API for accessing a Youtuber's payout transactions?
I'm not able to find any API documents about the API for accessing a Youtube creator's payment/payout information from the platform.There seems to be some 3rd party platforms having this kind of...
View ArticleI want to play youtube videos (Without the youtube logo or other youtube...
I want to play youtube videos in a video player same as TikTok and Instagram but without youtube views like the youtube logo, suggestion videos, and other controllers, etc...In iOS there is one library...
View ArticleTurn on video monetisation for YouTube videos uploaded via API
I got approved into Youtube Partner Program and my video is eligible for monetisation.I upload some videos through Data API and when they go live their monetization is turned off by default. Can I...
View ArticleHow to get YouTube video Views from YouTube Data API?
I am trying to get list of videos with title, upload, date, views, likes, dislikes, comments but I cannot read properties of undefined (reading 'viewCount') as runtime error.const YouTubeSearch = ()...
View ArticleHow can we pull video_id wise subscribers gain and loss as it shown to...
I am trying to to fetch youtube video_id wise subscribers, impression, etc. But could not find any method under the API docs. It would be great a help if someone can explain some alternative if I a...
View Article