youtube-data-api Questions
2
Is there a way to link directly to the comments section of a YouTube page?
I know that this can be done using anchors and div ids, but this has been unsuccessful when I applied it to a YouTub...
Insulation asked 30/8, 2017 at 18:51
2
Solved
So previously i was getting a youtube channel subscriber count with youtube data api v2.
I used the following (I am using TED channel for demo purposes)
http://gdata.youtube.com/feeds/api/users/...
Wernerwernerite asked 9/6, 2015 at 5:47
2
Solved
I am doing server side OAuth following this guide.
I successfully completed the OAuth, but am not getting a refresh_token in the step Exchange authorization code for refresh and access tokens:
Requ...
Splore asked 25/11, 2016 at 19:35
1
Can someone please explain me in simple language how these quotas work?
I know where is a similar question, but I want an explanation related to the screenshot below.
First, I opened the quotas pag...
Diestock asked 17/3, 2021 at 13:16
1
I have a Python app running on Raspberry Pi that starts a livestream to a YouTube channel that I manage. This is the code that I use to authenticate:
import google_auth_oauthlib.flow
import googlea...
Arlindaarline asked 4/3, 2021 at 11:46
1
I'm building an Android app which embeds YouTube videos. I'm confused on how the billing works for the YouTube Data API v3. Is it dependent on whether the APIs are called from GCP server or AWS ser...
Whiffletree asked 28/2, 2021 at 17:57
3
I was wondering if the use of the YouTube Data API generate any costs (money which must be payed to Google).
I was only able to find the "unit-system" which is used by YouTube to limit th...
Kassiekassity asked 1/12, 2014 at 9:15
2
I've just made an "app" that uploads videos in a given folder, the program works, however whenever I upload a video through my program, it makes the video private (locked). I then get a m...
Parlay asked 26/9, 2020 at 15:0
1
I am using plyr.io to run youtube videos from electron-js app as well as browser based app. Few videos are not playing in electron-js app but playing on browser application(Chrome). Is it anything ...
Acetabulum asked 23/11, 2018 at 7:52
5
Solved
Is it possible to get the video title using the video ID with API v3 without the API key? I could not find any information or example of getting the title in the API documentation.
Upcoming asked 6/5, 2015 at 17:52
3
Solved
Is it possible to pull the auto (non-user) generated video transcripts from any of the YouTube APIs?
Periotic asked 17/3, 2017 at 21:59
1
I have been trying to retrieve a list of all my subscribers for my youtube channel. I am using a query of the format:
https://content.googleapis.com/youtube/v3/subscriptions?mySubscribers=true&...
Bopp asked 5/4, 2017 at 10:57
1
Solved
I have been using the youtube API to upload remotely. But after a while of messing around with the code all the videos that get uploaded gets "Private (locked)" due to Terms and policies....
Ferrate asked 5/11, 2020 at 10:28
2
Solved
I am trying to get the normalized game name using youtube API for a video if it is in Gaming category.
For example: https://www.youtube.com/watch?v=qIvWgSpy31k, for this video I can see its norma...
Conjuncture asked 24/5, 2016 at 2:57
1
I'm trying to upload videos using manager account to Brand Account's channel. I found workflow how it could be done here. When I've tried to generate refresh token using OAuthTokenGenerator I've go...
Madian asked 1/4, 2020 at 10:44
1
Solved
For the app I'm building I want the end user to login using gapi OAuth2 and
from there I want the app to look for a playlist on their YouTube channel
and load it.
The getAuthInstance method returns...
Title asked 10/10, 2020 at 15:56
3
Solved
I'm trying to retrieve my Youtube channel name using Youtube data API but I'm getting empty item. I have a channel in my Youtube account so it should return one.
These are the query properties I e...
Gagnon asked 23/10, 2015 at 3:45
9
Solved
I'm retrieving videos of a playlist using youtube v3 API and getting 50 items without any problem with this link:-
https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&maxResults=50...
Bohun asked 14/9, 2013 at 18:12
3
Solved
I'm building a pretty large app for a client that is going to aggregate feeds from various sources. My client estimates around 900 follow-able users will be in this system to start out, with more b...
Mindexpanding asked 22/3, 2013 at 10:46
3
My question is very similar to this one,
I want to get channel id using channel custom name.
The answer on the question mentioned above which is:
GET https://www.googleapis.com/youtube/v3/search?...
Newmarket asked 3/11, 2017 at 12:50
1
Premieres are a mix between a live stream and a traditional YouTube video. Detailed description: https://wersm.com/youtube-makes-premieres-available-to-everyone/
Is there any way for finding premi...
Morganstein asked 22/12, 2019 at 15:45
4
Solved
I was using the YouTube search API to retrieve live videos by channel ID, but recently, the API has begun to return an empty response.
For example, I am retrieving from https://www.googleapis.com/...
Grecism asked 10/9, 2019 at 18:33
1
My App got reject from Apple Review stating this (AUG/2020)
I'm using the youtube data api v3 to get the popular videos by
country and display as a list in the app (App built using Flutter &
in...
Byrann asked 5/8, 2020 at 0:39
2
I'm looking to return the schedule date for a stream in YouTube.
Example of scheduled streams:
YT Link: https://www.youtube.com/channel/UCP7jMXSY2xbc3KCAE0MHQ-A
This is my code to pull this dat...
Silin asked 9/3, 2016 at 10:45
0
first of all im using youtube api to create my app. im in progress to creating an app to get every comment from my youtube channel and reply to it. it's mainly used for customer relationship activi...
Hong asked 26/6, 2020 at 9:53
© 2022 - 2024 — McMap. All rights reserved.