YouTube: Permission to upload captions to clients' channels
Sorry for my terrible english.I take care of the captions of some YT channels. Usually I send the .srt file by email to the owner who then upload it. But it's quite time wasting.I know that a channel...
View ArticleIs it possible to search multiple channels with one query?
I want to search multiple channels via the Channels.id parameter for videos with one query.For example:My request URL is:...
View ArticleJavaScript Youtube Data API - Pagination
Im new to JavaScript and programming anything other than a basic programs in general. I figure that building something is a good way to learn.At the moment I'm trying to use the Youtube Data API. What...
View ArticleWhat is the quota cost and id limit for listing videos via YouTube Data API?
I am listing videos using the YouTube Data API:https://developers.google.com/youtube/v3/docs/videos/listIn the documentation it states that this call incurs 1 unit of quota.It also states that the "id"...
View ArticleYouTube lifetime token for a server
I'm trying yo create a private application that manages a YouTube account all time, not different ones for clients, only one and the client has access to create a video streaming or other functions...
View ArticleYouTube API v3 with OAuth2: update and delete fail with "Insufficient...
I am trying to update and delete videos using the YouTube API v3 with OAuth2 for authentication via the google-api-client (0.6.4) Ruby gem. However, when I attempt to execute either of these two...
View ArticleYouTube Data API Video insert throwing 500 error [closed]
I have been facing this issue on YouTube Data API where it throws 500 error after some requests under the same channel.What I am trying to do is create 10-15 videos for a single channel at once. For...
View ArticleI am only getting upload activities from YouTube API, rather than getting...
I am using the YouTube API to get the activities of the authenticated user e.g. like, subscription, etc. The API should only return my the items with snippet.type=uploadThis is my request call in...
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 ArticleHow to get the view count for a specific time frame in a YouTube video?
I'm using the YouTube v3 API to fetch the user's videos uploaded on the channel.I need the video statistics (mainly the view count) for specific time-frames in a video. For example: from 10 second to...
View Articlelist() returns different number of comments from a video
I'm trying to crawl comments of a given videoId with youtube API.But the number of crawled comments is less than its actual number.Do you have any idea about this? My code is like the below.from...
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 ArticleYouTube Quota Limit by IP address or Key?
Are the quota limits set for the YouTube API key specific or by IP address that is requesting the data? For example, if my quota limit is 100 searches per day, is that 100 per API key or 100 per user...
View ArticleHow to run Youtube Api Video: insert (python) [closed]
I would like to add the Youtube api to my project to load video from my site, until now i just used languages like Html, css, javascript, php and sql and now i saw at this link...
View ArticlePlaylistItems: list Returns playlistNotFound
When accessing a YouTube Music playlist, the API returns 404. I believe this to be a bug, because the playlist returns in Google's API Explorer. Can someone please look into this?Example Pop Hotlist...
View ArticleHow 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 ArticleEmbedding YTPlayerView in iOS App using YouTube-Player-iOS-Helper, is it...
I want to disable the Long Press on the YTPlayerView. When long pressed, it shows a menu like this:Which is something I don't want.I tried to cover the YTPlayerView with another UIView with...
View ArticleYoutube api and nocookie url
It seems that when I try to use www.youtube-nocookie.com url , api doesnt seem to work anymore . Here is the fiddle: https://jsfiddle.net/m2wrujy7/1/If you remove host parameter then it works.// 2....
View ArticleYoutube api search keywords issue
I am trying to search with "Basics of HACCP|Network Security|Leadership|Appendages|Moving Vehicles|VCA Basis|My Interactive video Course|How to charge your Tesla|Odfjell Demo|Test Arjo|Mongos Demo|My...
View ArticleGetting limited API data from youtube API [Python]
I am getting aroung 500 youtube data for one search query. I am using the code cloned from "https://github.com/spnichol/youtube_tutorial". Is there any way to extract all the youtube videos without any...
View Article