populating dataframe with youtube api
list2=['PewDiePie', 'jacksepticeye', 'iDubbbzTV', 'Markiplier','MarkiplierGAME', 'EminemMusic','EdSheeran', 'TaylorSwift', 'CNN', 'FoxNews', 'CBCNews', 'ABCNews', 'NBCNews', 'SkyNews', 'ESPN', 'UFC',...
View ArticleHow to get the ID of a user's YouTube featured video
How can I get the video ID (and/or other metadata) about the video featured on a user's YouTube page? I've searched the YouTube API docs with no success.
View ArticleHow to get Youtube channel's email using using Python, Javascript or an API
Does Youtube provides any API to get channel emails using Oauth?Or How can I get the email in About Section in the provided image using scraping with Python.About section Youtube email
View ArticleAdding a function to imports routes in app.use()
Hi everyoneI have an API and I have made a function to check if a user is authenticated, if he is then the API redirects him to the home page else to the /login page ,Authenticate function:function...
View ArticleYou can't sign in to this app because it doesn't comply with Google's OAuth...
I am developing a web based app that will allow my trusted staff to edit the titles, descriptions, tags, etc of my YouTube channel. In attempting to "Opt In" to my own application, I was sent to the...
View ArticleCuriosity about youtube api url [closed]
I wrote code like this. But I don't know why need to attach the channels behind "?"?Is it because the channels receives various parameters?I wrote the code without "?" and then got a result of "cannot...
View ArticleI can't get numbers using the YouTube API [closed]
I used the YouTube API to get the number of views of the video and displayed it on the management site, but I couldn't get it on 5/12.When I check GoogleCloudPlatform, YouTube Data API v3 is valid, but...
View ArticleUploading public videos with OAuth API without a domain/website
I'm having the same issue as the one described in this and this question. The OAuth consent screen page says "Verification not required" but when I upload videos they get "locked as private". According...
View ArticleYoutube upload API : Videos automatically private
I'm using the Youtube API to upload videos.The videos are uploaded public, but after the upload, they automatically changed to Private.I've done the approval from the developer console, so the...
View ArticleVideos uploaded with API get locked to private [duplicate]
What I'm trying to doI want to automatically upload a video my code generates every day to my YouTube channel. It should upload the video file and add the thumbnail.What goes wrongWhen I let my code...
View ArticleVideo uploaded through YouTube Data API is becoming private
I have tried uploading a video to YouTube channels using by the YouTube Data API, by composer:"require": {"google/apiclient": "^2.7","hybridauth/hybridauth": "~3.4.0","guzzlehttp/guzzle": "^7.0" }The...
View ArticleCant use YouTube API daily quota reduced to 0
I used the YouTube API to get the number of views of the video and displayed it on the management site, but I couldn't get it on 5/12.When I check Google cloud console, YouTube Data API v3 is valid,...
View ArticleExtract individual links from a single youtube playlist link using python
I need a python script that takes link to a single youtube playlist and then gives out a list containing the links to individual videos in the playlist.I realize that same question was asked few years...
View ArticleI haven't changed my code at all, and it worked perfectly, but recently it...
I am currently testing the functionality of the discord-youtube-api, and the code below worked perfectly, downloading and storing the YouTube video into an mp4, but no changes were made to the code and...
View ArticleI use Youtube Android API and it never shows me metrics
I need the guidance of an expert who has used the Youtube API for Android.I have an Android Application that uses the YouTube API, which works well, shows all the videos, has a good amount of visits,...
View ArticleGoogle OAuth 2.0 using Endpoints, Youtube readonly scope
I am using new oauth2Endpoint to access youtube readonly permission and also Token to authorize with firebase auth in Next.js // Parameters to pass to OAuth 2.0 endpoint. var params = { client_id:...
View ArticleYouTube JavaScript API: use of "unstarted" state
From the player documentation: "When the player first loads a video, it will broadcast an unstarted (-1) event."What's the intended use of this event? That is, what would my host code do differently,...
View ArticleYoutube Data API is getting called too many times
So I set up the youtube data api and I added following code to fetch 4 videos on my page: Works fine for like 3 hours before the daily quota of 10.000 is reached. I tested it locally and everything...
View ArticleQuerying only unwatched videos for a subscription using the Youtube API
(I asked this question a year and a half ago on the Google Groups forum, and back then Jeffrey Posnick said this wasn't possible, I'm trying again, hoping that with time and the v3 API, this is now...
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 Article