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

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


Is there a maximum number of videos in an Uploads Playlist to iterate through?

Today is the first day I ever tried to do anything with an API. I wanted to get the duration of all the videos of a channel added together. Because the channel I am interested in has 23708 videos I...

View Article


How to specify Youtube Channel Id to Upload Video from the same user?

I'm using this code to upload to my Youtube Channel that is working fine. Now I created another channel under my account and I want to upload a video to this new Chanel, how do I specify the channel Id...

View Article

Uploading videos using Youtube Data API v3

I have a small issue:When trying to upload a video using the YouTube data API with Python, the video is automatically turned private and become locked when the upload finishes.Is there any solution for...

View Article

Youtube won't update captions for a video

am trying to update captions for a video on my channel using the below code snippet,service.captions .update({ part: "snippet", sync: true, requestBody: { id: track_id, snippet: { language: "en", name:...

View Article


custom youtube playlist with custom start and end time

I am trying to make a custom youtube playlist based on the example here. However, the youtube player gets "jammed" and skips videos (in my case the middle video is skipped). The code is supposed to...

View Article

Image may be NSFW.
Clik here to view.

How can I fix the issue of objects being stored twice in Django database?

I am using the YouTube Data API to create an object, but when I create a single object, it creates two objects - one with the proper details and one that is blank. How can I resolve this issue?before...

View Article

How to extract metadata for more than 20000 videos from channel using YouTube...

I want to use Youtube Data API v3 to extract video metadata (especially title and publish date) for all videos in a channel. Currently, I'm only being able to extract details the last 20000 videos...

View Article


Permission denied on returning captions to YouTube

I have an integration with YouTube to return captions to videos of different YouTube accounts, and I use the YouTube API for this.The thing is that some accounts are not being authorized to return...

View Article


How to get Youtube channel details using Youtube data API if channel has...

I would like to fetch details of a YouTube channel which has a custom URL, like https://www.youtube.com/c/pratiksinhchudasamaisawesome.Custom channel URLs follow this format:...

View Article

Android YouTube SDK - video not playing in some android devices

I launched a native android app where I used YouTube SDK to play youtube videos.Everything was going well for months. But since yesterday the app can't play videos in some devices. There aren't...

View Article

Connecting R to YouTube with "Tuber" - Unable to read token error

I am receiving an error when attempting to open an OAuth connection from R to YouTube so as to collect analytics on a channelThere are similar questions on the site already but with different errors...

View Article

Youtube Music API documentation

I want to implement YouTube music in my app, I did some searches and I found out that there is a YouTube music api but I couldn't find any documentation about it.My questions:Does Youtube Music have an...

View Article


How to get youtube api analytics 2023 'revenue estimated'? [closed]

How to get youtube api analytics 2023 revenue?I've tried it via postman but it's having problems with Oauth

View Article

Image may be NSFW.
Clik here to view.

How to use Youtube Analytics API to get the content that can be displayed in...

I would like to get the number of impressions by traffic source, for example, which can be displayed on the youtube studio analytics screen, using the Youtube Analytics API.Looking at the official...

View Article


Image may be NSFW.
Clik here to view.

How do you provide an API key to YouTube API in Google Sheets? [duplicate]

I have been following this documentation: https://developers.google.com/youtube/v3/quickstart/apps-scriptI have successfully added the YouTube data service.Upon using the YouTube.whatever method, it is...

View Article

How to search content across multiple channel in youtube api?

I want to search youtube videos in a list of channels. In the code below, I am able to pass only one "Channelid" to the youtube api. Is there a way to pass multiple channel Ids ??def...

View Article


Youtube_Api - Time range of highly replayed section of a youtube video. Will pay

Looking to retrieve time stamps of the most replayed section of a youtube video. E.g. if there was a replay spike at 10:51 - 11:21 I would want the output to be those timestamps.If someone wants to...

View Article

Image may be NSFW.
Clik here to view.

"Most Replayed" Data of Youtube Video via API

Is there any way to extract the "Most Replayed" (aka Video Activity Graph) Data from a Youtube video via API?What I'm referring to:

View Article

Google API client (YouTube) errors

I'm trying to implement uploading video to YouTube from the server but I'm having problems with that. I'm using Laravel 9 and Google API client for php. The code is like this, pretty much the same as a...

View Article
Browsing all 3640 articles
Browse latest View live