youtube reporting api 403 brand account problem
I've tried following the steps laid out here:YouTube APIs - Access mutiple youtube channels (Brand Accounts) using Google Admin accountOnce I get to step 6, I get the following error:error 403...
View ArticleIs it possible to get view statistics and monetization statistic for any...
Via YouTube API I can get only statistics for my own videos.For not my own videos I get the permission error response.But some services such as videoadvault.com and poweradspy.com show the statistics...
View ArticleBlocked a frame with origin "https://www.youtube.com" from accessing a frame...
I have a URL for youtube :<iframe class="embed-responsive-item" ng-src="https://www.youtube.com/embed/s7gJ74ARN84" allowfullscreen=""></iframe>If i use this in my local html file it plays...
View ArticleCan I use a same developer account to explore different Youtube channel (By...
I have three different youtube channels that have different purpose. But I only have one developer account.After I tried to link to one of them with permission. I expected I can link to different...
View ArticleDynamically change YouTube video through ID in reactJS
I am new to React. Currently, I am trying to build an app that has an iframe and a text field, and a button. The text field will allow users to change videos using Youtube video ID. Here I used two...
View ArticleYoutube reporting API blank data and 403 error
I've tried running the analytics/reporting APIs with my main account (using my local machine's terminal to run python scripts from the YT API Github), and came up with only blank reports (a header and...
View ArticleDoes youtube player support to show cast button?
I'm writing a Android app to play youtube video by using Youtube API, I have a question how to show the "cast " button in Youtube player, if the API is available? if not, how can I cast the youtube...
View ArticlePublishing youtube video from draft in Youtube Data api v3
When manually uploading video however not configuring it, it will become draft.I know Photos are not recommended but for here I show it for illustration.A file of the repository...
View ArticleRetrieving YouTube API v3 data for all my channels
I have five YouTube channels that are all under one user account (one e-mail address). I can switch between them at will within the YouTube mobile app, YT Studio and so on by using the app's Switch...
View ArticleYoutube analytics API 403 error brand account
I've tried running the analytics/reporting APIs with my main account (using my local machine's terminal to run python scripts from the YT API Github), and came up with my brand accounts, I end up with...
View ArticleYouTube API for all register users
I want to develop an android app for YouTubers. In which any YouTuber could able to see his subscribers, views, and specific video likes and views. I have read the documentation of Youtube API as I...
View ArticleEfficient way to get timestamp of scheduled stream from multiple Youtube...
I'm making a list that organizes the start time of scheduled streams on multiple channels. To do this, use search to collect a list of videos that are type=='upcoming' from each channel and extract the...
View ArticleCannot insert a comment on a youtube video using the Youtube Data API
I am using the Youtube Data API to insert a video.The I use the API to insert a "commentThread" to the video, as described here in the doc. Here is my code: import { google } from "googleapis"; const...
View ArticleHow do I to POST info about a Youtube video's chapters via API?
Youtube added the ability to break up their videos in the progress bar into sections called "chapters". As seen here Video ChaptersI would like to post a video via API and add chapters, I have not been...
View Articledisable youtube suggestion videos is there a way?
guys suggestion system works fine. But in some cases, we want to avoid suggestions at the end of videos. For example, we want to use youtube as video hosting at our examination event under a secure...
View Article‘Access-Control-Allow-Origin’ missing when uploading to YouTube API
For several years we have successfully been uploading videos via the YouTube API using some custom JavaScript code. The code was based on some samples provided by Google (cors_upload.js). It's not...
View ArticleRetrieiving YouTube chat data from archived (completed) livestream
I am trying to figure out how to obtain the chat messages along with their details using the YouTube data API v3. I am able to obtain chat data while the stream is live, but this is about getting the...
View ArticleHow to jump to a timestamp in a YouTube iFrame in React?
I'm trying to make a button that jumps to a specific time in an iFrame of a YouTube post, but I'm getting the error "TypeError document.getElementsById is not a function".I've looked into the YouTube...
View ArticleCan't download video captions using youtube API v3 in python
I am trying to download closed captions for this public youtube video (just for testing) https://www.youtube.com/watch?v=Txvud7wPbv4I am using the code sample(captions.py) below that i got from this...
View ArticleI need help getting video ids from a playlist in youtube
I'm trying to fetch all the video ids from a playlist on YouTube. Currently, I have things almost working, except the ids that YouTube is returning a much longer than usual and don't seem to work....
View Article