Is there a way for me to obtain a youtubers email address using the youtube...
I was building a website which required for youtubers to login to my website and for me to know how many subscribers they have, I found out how I can find the subscribers in the API documentation...
View ArticleAlternative to storing video files in cloud service
I'm building a video streaming platform for a niched audience. It's basically YouTube with a fence around it. Users are vetted based on quite strict criteria so content will be high quality and...
View ArticleI need a way to pull 100 of the most popular channels and their ID's from...
http://www.youtube.com/dev/ ive already checked the youtube api dev info and have not found anything pertaining to this.
View ArticleWhy does my fetch function return undefined? [duplicate]
I'm making a chrome extension where I'm calling the youtube API and using fetch() to do so. I don't understand why I'm getting an undefined variable when I call the function. Here is where I'm calling...
View ArticleI have some problems with Youtube Player Flutter
I'm 2 days trying to solve this problem by myself but i just accepted that i can't. So i'm here to ask you guys for help. I'm trying to use Youtube Player Flutter plugin and i created a List of videos...
View ArticleHow to make requests to youtube data api V3 via android [closed]
The official youtube quick start guide for android has deprecated dependencies. Is there any updated guide to follow I would prefer a beginner friendly guide.My goal was to let a user sign in and show...
View ArticleYouTube API search videos by topic id: showing implausibly few results
For my project, I want to get a list of youtube videos for different topic ids. However, searching via search: list returns a measly 343 video ids for the biggest topic on youtube (lifestyle) for the...
View Article"YouTube Analytics and Reporting API Bulk Reports" CSV file has no values
I want to get the Bulk Report for "content_owner_estimated_revenue_a1" in Youtube's Reporting API.I created a report making job with the jobs.create method in the official YouTube APIs...
View ArticleYouTube Player API Reference for iframe Embeds Network Issue
I am creating a vue.js application. The following code is rewritten from the api reference for youtube at (https://developers.google.com/youtube/iframe_api_reference). .export default {name:...
View ArticleYoutube PIP with WKWebView works first time
In my ios app, I use wkwebview and follow the instruction "https://developers.google.com/youtube/v3/guides/ios_youtube_helper".When I build and run the app, the PIP functionality works only the first...
View Articlehow do i get youtube shorts from youtube api data v3
I want a way to get YouTube shorts for a specific channel from YouTube API. I looked every where and i couldn't find anything.Currently i can get a playlist ID for all channel videos with this...
View ArticleYouTube API, retrieve influencers historical data
I'm new to using YouTube API and I'm struggling with the conflicting language, thought I would just ask the question here:I'm looking to get the historical data for a selection of YouTube channels (not...
View ArticleWhat is the purpose of a "Refresh Token"?
I have a program that integrates with the YouTube Live Streaming API. It runs on timers, so its been relatively easy for me to program in to fetch a new Access Token every 50 minutes with a Refresh...
View ArticleWill exempting channels from Content ID and then claiming our videos fix...
We are currently not getting unclaimed videos from the YouTube report CONTENT_OWNER_ASSET_DEVICE_OS_A2 because we can only fetch claimed videos. From what I'm told the reason we don't claim some videos...
View ArticleSearch and play YouTube results using API, Javascript, or PHP
I want to create something where I can search a youtube video and it automatically plays all results one after the other. I've been searching the youtube api and havent found anything that relates....
View ArticleYouTube Playlist inside a Page with x-ammount of videos
I want to display a YouTube Playlist, where i have the main/current selected video in the top and x-amount of videos of that playlist underneath it.Sadly it seems to stop inside the function loadVids...
View ArticleYoutube Ads , bookmark Video ID and Title
I am trying to get the video ID of a Youtube video AdHow can I capture the playing instream or skippable video ID to URL so I can pass this to bookmark to watch later?I have the code of the...
View ArticleExtract YouTube Channel Community Feed Data
I am trying to collect the community feed data from a channel for analytics.I couldn't find a way using the YouTube Data API v3. Is there a way to extract such data?The data I would like to extract is...
View ArticleQ: set thumbnail of a playlist?
Lots of answers about using the Youtube Data API v3 to get the thumbnail of a playlist; and many answers for how to get or set the thumbnail of a video. But none about how to set the thumbnail of a...
View ArticleGoogle OAuth 2 authorization - Error: redirect_uri_mismatch - Youtube API v3
$data = array('code' => $code,'client_id' => '...', 'client_secret' => '...','redirect_uri' => 'http://localhost/youtube/cookie_token.php','grant_type' => 'authorization_code');$ch =...
View Article