ids of comments have changed
We are requesting comments from YouTube API. Up until earlier today everything worked as...
View ArticleGet all videos from an Official Artist Channel
It has been almost 5 years since YouTube rolled out Official Artist Channel. I'm surprised that this is not supported anywhere in the YouTube Data API.What I'm trying to achieve is simple: Given a...
View ArticleIssue when using embedded YouTube API for app
I made an app that can watch videos uploaded on YouTube through YouTube API.I saved the URL, channel name, and thumbnail of the videos in my database and it's being called up from the app and played...
View ArticleYoutube data API to check whether video ID is a short
It seems the youtube data api is missing the functionality to check whether a video id is a short. Another way to check whether it is a short is by checking the response code of the following public...
View ArticleGetting google credentials for Youtube Data API in Flask
I want to report comments using markAsSpam to YouTube comments where its ID's were extracted beforehand. The code below works but only in the terminal.from google_auth_oauthlib.flow import...
View ArticleYoutube api v3 returning videos for wrong channel when given channel id
I am trying to write a node.js script that will retrieve all videos uploaded by a user's channel.So far my script will query a channel for their videos by receiving a channelId as input.It will then...
View ArticleHow can I post a comment on a YouTube video? (Node.js)
I want to post a comment on a YouTube video programmatically using google-api-nodejs-client. Any ideas how can I do so?I would really appreciate if a code sample is provided.Thanks!
View ArticleHow to check YouTube video is buffering , playing or not playing in python?
I need to start YouTube app.and play any video in app(only in app not in web browser).i am doing this by shell like belowam start -a android.intent.action.VIEW...
View ArticleYouTube API - retrieve more than 5k items
I just want to fetch all my liked videos ~25k items. as far as my research goes this is not possible via the YouTube v3 API.I have already found multiple issues (issue, issue) on the same problem,...
View ArticleWhy is publishAt in YouTube API not working?
I'm trying to schedule a video to be published via the YouTube API using the video.update method and the status.publishAt parameter.But I get an error - 400.The request metadata specifies an invalid...
View ArticleHow do I get a random YouTube video with the YouTube API?
I need a way of getting a completely random YouTube video. No restriction.How can I do with with the YouTube API?** edit * OK as requested here is what i tried so far:1 - went through the api and...
View ArticleHow is it possible that my app reaches the daily 10,000 query quota on the...
So in my google developer console it says that I reached the 10,000 queries quota after a few hours of coding my app, how is this possible? My app is a youtube clone which uses only 3 calls each time...
View Articleembed a YouTube 'like' button on a website
Is it possible to display YouTube's like/dislike buttons and subscribe channel features with the video on my site even if the user is not logged in? I found that I can use an iframe and css to crop out...
View ArticleYouTube Data API v3 Quotas
When trying to upload a YouTube video on our website an error pops up about exceeding our quota. Went on google cloud to see what our quota was and how much we are using. Found our quotas but there is...
View ArticleIs it possible to get viewer retention data from third party YouTube channels?
So, with the help of the YouTube Analytics API it's possible to get viewer retention of your own channel.But is it maybe possible (maybe with the YouTube Data API v3) to get the viewer retention of...
View ArticleBell Notification status on a channel through the API
Is there a way to change the status of the bell notification on a channel or at least view the status of the bell notification?
View ArticleTrying to create an application using youtube api
If I was trying to access the video details of a video once a user with my app clicks a video. Is this possible. I see the resource activities goes based on actions. Is a video clicked by a user...
View ArticleUnable to play video with Youtube player in web app on IOS devices
I built a web app which plays Youtube videos, using Angular YouTube Player with a standard setup. It was working fine, however in last few month several IOS users reported, that video is not playing...
View ArticleIs it possible to develop a single project in multiple different frameworks?...
I have heard that "Youtube is developed using multiple frameworks/programming languages"Is it really done?if yes how it is developed?which tools are used?
View ArticleHow do I test a data API (Youtube Data API) with fake data?
I am currently working with the YouTube Data API and do not understand how I can test my calls. For instance, I have a call that retrieves all donations made during a YouTube livestream. Without having...
View Article