Problem authenticating users' youtube brand accounts
An issue appeared today on my app where when users try to link their youtube brand accounts through the google oauth flow, they get stuck after agreeing to the terms and conditions. They are not...
View ArticleHow do some sites download YouTube captions?
This is somewhat of a duplicate question of Does YouTube API forbid to download video captions if you are not it's owner?, Get YouTube captions and Does YouTube API forbid to download video captions if...
View ArticleGoogle signin "Choose Account" does not list Youtube brand accounts in react...
I want to access a brand account while Sign-in with Google in order to create live-streaming on YouTube specific channel in the case of user has multiple channels.I have used...
View ArticleThe fee structure of Youtube Data API
I am concerned about where the fees come from when I use YouTube Data API.We tried to find out by looking at the official website and other websites, but it was not clear.URL:...
View ArticleHow to get comments on members-only YouTube videos using the YouTube API
What I want to doI want to collect comments on all videos published on a particular other person's YouTube channel.What I didUse API-KeyI issued an API key from the Google Cloud Console and accessed...
View ArticleJavaScript Event Listener quits (?) from listening... YouTube API - No...
EDIT - 2016-06-25(I removed my June 16th update, since not relevant anymore.I left my OP below...)I've spent another 4 hours on this today.Here is the situation now:My function WORKS for two links.The...
View ArticleYouTube API events not firing with Adobe muse
My client wants a page with 4 embedded YouTube videos which pause when you click on the next one so there is only one playing at a time. Sounds easy enough, right?The problem is, he wants to keep the...
View ArticleHow to get captions for members-only YouTube videos with YouTube API
What I want to doLet my Google account (YouTube account) be example@gmail.comAnd I usually use the brand account example2 to watch YouTube videosI have a membership to my favorite channel FooBar on my...
View ArticleHow to inspect why YouTube player onStateChange doesn't trigger
On a web page, I created YouTube player objects with new YT.Player(id, {events: {'onStateChange': ...}}). The resulting players have players[i].options.events.onStateChange. The iframes have message...
View ArticleHow to find the total time all videos of a YT playlist have been viewed
Suppose a YouTube PlayList P has videos v1,v2,... . I want to find the total time any video from that list has been viewed prior to now (or prior to time T). Is there a JavaScript that I can run in the...
View Article401/403 Errors When Accessing Financial Data (`estimatedRevenue`) of Multiple...
I’m developing an integration with the YouTube Analytics API to access financial data (estimatedRevenue) for multiple brand accounts (channels) that I manage. I have administrator permissions for all...
View ArticleIs there a way to access the comments I make on YouTube through the API?
I'm trying to retrieve the comments I've made on YouTube to turn them into Markdown files, but I can't find a way to do it filtering by user in the API documentation.I thought it would be possible...
View ArticleAngular Youtube - onReady
I am trying to wrap Angular/Youtube component, described here.This stackblitz is the result.The problem here is that<youtube-player #musicPlayer [videoId]="extractVideoId(videoId)"...
View ArticleHow to get publicly available captions for YouTube videos
I want to get publicly available captions (even if auto-generated) for publicly available YouTube videos. I found a lot of ways suggested here, but none of them seem to work as of now (April...
View ArticleUploading video to Youtube using Youtube Data API V3 and Google API Client...
I have to implement a way to upload video from our site to youtube. I already registered the app in Google Cloud and got all the necessary client ID, client secret code, browser key, redirect uri and...
View ArticleYouTube Data API viewCount is now null for some channels [closed]
Starting today, the YouTube Data API has started returning a null value for the viewCount field in the statistics part for some channels, while still returning other statistics (like subscriberCount...
View ArticleChannel mentions in video descriptions when publishig
I am working on an application that enables video content creators to publish to Youtube with their data API. I am looking for guidance on adding channel mentions (@channel_id style) that would be then...
View Article