YouTube API - get monthly views from foreign channel
I try finding a way to get the viewcount of the last 6 months of any given YouTube channel. The YouTube analytics API is not helpful, cause it only allows for channels I own - the YouTube data API only...
View ArticleYouTube Content ID API insert asset returns 403
I am able to get and list assets using googleapiclient and oauth2client,but when I try to add one, I get 403:googleapiclient.errors.HttpError: <HttpError 403 when requesting...
View ArticleToggle the cinema mode on Youtube with Javascript
I am trying to enable the cinema mode on Youtube using the Youtube Player API. I can do things such as playing the video and changing the volume:myPlayer =...
View ArticleHow many users can I share youtube private video?
I have uploaded a YouTube video and marked it as private.Now I want to share it with my users. How many users can i share my youtube private video.
View ArticleYoutube search with time duration filter in python? [closed]
Is there any package or any method to get youtube search results. I need to search by a keyword with duration filter. I dont want to use Youtube api. That free quota is not enough for my project....
View ArticleI want to upload to youtube with youtube-api without notification
I created the code using the official youtube reference.https://developers.google.com/youtube/v3/docs/videos/insertHowever, it didn't say anything about setting up notifications for channel...
View ArticleAccuracy issue while monitoring status of live stream with YouTube API and...
I am using YouTube API with libcurl to check my live stream status. The code snippet is reproduced below. Most of time the response returned by the function is_YouTubeLive is correct. I have not...
View ArticlePython3 - How would I make youtube stream alert in discord.py? [closed]
When a youtuber begins a stream, I want the bot to announce it.
View ArticleYouTube API to get the health status of live stream
I am trying to use YouTube Livestreaming API to get the health status of my live stream with partial success. It returns the following response when the stream is down and occasionally when the stream...
View ArticleYouTube API - Historical Video Views on Channel
I need to extract the activity on a company YouTube channel going back 5+ years. I ran into an issue with the YouTube Analytics API as it is limiting me to the last 30 days of activity. I am thinking...
View ArticleHow do I use asyncio to offload task in a discord bot?
I'm creating a discord bot where one of the commands (I'll call it long_method()) creates a call to the Youtube API and downloads comments. This takes a while and I want my bot to continue responding...
View ArticleHow to check oldest comments on a YouTube video?
Im trying to use the YouTube data api to get the oldest comments on a certain YouTube video but I don't believe that is possible through the api. Do I have to get every single comment on the video, and...
View ArticleHow to get watched history of a music video on youtube using YouTube api
I am working on a music project and i will like to view the watched history of different music videos on youtube that are not on my channel.A typical case is this music chart siteI have been exploring...
View ArticleHow to use YouTube API with Videos:List and Channel ID?
I want to monitor my YouTube Live stream without using Search:List. How do I use YouTube API with Videos:List and Channel-ID instead of Video-ID? Use of chart filter in conjunction with videoCategoryId...
View ArticleYouTube Data API - Upload video to youtube Brand Account's channel using...
I'm trying to upload videos using manager account to Brand Account's channel. I found workflow how it could be done here. When I've tried to generate refresh token using OAuthTokenGenerator I've got an...
View ArticleGoogle Youtube Analytics API: 403 forbidden error despite valid token
So, I have a valid OAuth token for a channel. When the token expires, it is automatically refreshed. This token works for requests to gdata.youtube.com, but for some reason is denied to...
View ArticleInternal Use of YouTube API Oauth does not allow Brand Account...
We have a desktop application that uses OAuth2 for our internal users to upload customer videos to our YouTube Channel. When setting the OAuth Consent to INTERNAL, we recieve an error when trying to...
View ArticleCast Youtube video to Python device
I am working on building a python script that is able to receive youtube casts from another device and show the video on the attached display. This would make it act very similarly to a Chromecast. I...
View ArticleSwift error retrieving data from YouTube API "no value found for key CodingKeys"
I am trying to retrieve the videos from my Youtube Playlist but it throws an error debugDescription: "Cannot get KeyedDecodingContainer -- no value found for key CodingKeys(stringValue: "url",...
View ArticleIs there an api for youtube ads?
I'm looking for a way to manage ads on youtube api. Is there a way for that? I found only adwords api. Can it be used for ytb ads?
View Article