Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Browsing all 3638 articles
Browse latest View live
↧

GaxiosError: Login Required

I am trying to upload a video to YouTube using Node.js, but I keep encountering a "Login Required" error consistently. I have confirmed that I have the access token correctly as I can log it in my...

View Article


How do I get a YouTube video thumbnail from the YouTube API?

If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the YouTube API?

View Article


Is it possible to get the transcripts for all the videos of a youtube channel...

I want to get all the transcripts for all the videos on a youtube channel. This is my code.async function getVideoTranscripts(videoId) { try { const response = await axios.get(...

View Article

Allowing Google Service Account YouTube Upload Access via API v3

I want to automatically upload videos to YouTube without user involvement so I've created a service account, jumped through the hoops, all was looking great, then the upload, chunk one, is attempted...

View Article

how 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 Article


Increase the Daily Limit of Queries while not being a Business Owner

I have wrote a script for google sheet with the help of Chat Gpt that helps me take track of the views, comments, title etc. of some specific Youtube videos on a google sheet. this code is written with...

View Article

YouTube Live Broadcast Captions API

I noticed that automatic captions is not an option on the broadcast live event YouTube live api commands. Why is that? How do I set the captions to automatic on all the live broadcast events I created...

View Article

Error screen presenter should be present - Youtube android player api

I a using youtube andoird player API. Video is not playing in the player.In the player screen error showing that - "There was a problem with server [400] (playback ID XXXXXXX) Tap to retry"and in the...

View Article


How to get watched history of YouTube user using Youtube JavaScript API?

I am able to get search results, playlists of an user using YouTube Javascript API.How can I get the watched history of an user using YouTube JavaScript API???Is there any JavaScript API to get the...

View Article


Not being able to choose the right channel when using OAuth 2.0 for Web...

My app follows the server side authorization flow as described in https://developers.google.com/youtube/v3/guides/auth/server-side-web-apps. I force prompt=select_account.In the most basic case, on...

View Article

How does the YouTube Data API Search Endpoint request work with an empty...

Lets say I would like to get the Top 10 most viewed videos of all time, how would I do that?Doesnt really work well with the video endpoint, so I tried it with the search endpoint and set the order...

View Article

YouTube Data API results differ from YouTube search bar results

I was trying out the YouTube Data API and after trying different query searches I found out that especially with filters the API returns different results than my YouTube Data API. Is there a reason...

View Article

Authorize with OAuth2 for Youtube API

I have recently written a Telegram bot in Python which gets the latest video from my YouTube channel and posts it to my related Telegram channel. For that I only need to authorize the YouTube request...

View Article


Reporting a YouTube Video through API from Desktop Application

I am currently working on a desktop application that requires the ability to report inappropriate YouTube videos using the YouTube API. Although I have reviewed the YouTube API documentation, I'm...

View Article

is it possible to schedule stream only using youtube API key and without...

i am working on new project to stream automaticly on youtube , using python , my only problem now its how i can create a shcedule stream programatly without OAuth 2.0 autorisation , i can do that with...

View Article


Missing videos in the search endpoint in Youtube data API

There is a channel where I want to access its uploads and show it in my Website which is built using Vanilla JS; so basically when accessing the search endpoint it works correctly and shows the videos,...

View Article

Unable to access Youtube Channel and authentication problem via Java [closed]

Our company has a YouTube channel. We upload short videos of our products here via Java. From the beginning we had no problems logging in with our company proprietary email address, but recently when...

View Article


Get related videos of a YouTube video with the YouTube Data API...

We noticed that the parameter relatedToVideoId from the YouTube Data API search lists has been discontinued since 07. August 2023 (as mentioned in the revision history.Our research project heavily...

View Article

Image may be NSFW.
Clik here to view.

Youtube JAVA API :: enableAutoStop removed in LiveBroadCastContentDetails...

Using Youtube Stream API of version in Java : v3-rev222-1.25.0.Official Documentation says enableAutoStop can be set through LiveBroadCastContentDetails in the BroadCast.However in code I dont find it...

View Article

Getting title and description of embedded YouTube video

On a site I'm developing I embed videos from YouTube and want to get the video title and its description.How do I get that information?

View Article
Browsing all 3638 articles
Browse latest View live