Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
22 views

How to present private YouTube videos in an Angular application

I'm writing this question because I didn't find anything that would clarify this question. I'm trying to use the YouTube API to display private videos from a YouTube channel in my Angular application ...
Gustavo Fernandes's user avatar
0 votes
0 answers
72 views

Find recommended videos per user with or without YouTube API

For a mobile application, I need to access the list of videos that YouTube recommends to each of my users. However, the documentation on this matter in the YouTube API doesn't seem to be up-to-date; ...
Agustín's user avatar
0 votes
1 answer
37 views

Retrieving YouTube title, comments with users tokens increasing quota usage

In YouTube v3 API does using users tokens to retrieve video information like videos title, thumbnail, comments increase the daily usage quota of user which is 10000 per day. I am using test user's to ...
Md Mòin's user avatar
0 votes
1 answer
92 views

Youtube player crashes when switching between landscape and portrait

I am using Android Youtube Player as <com.google.android.youtube.player.YouTubePlayerView android:id="@+id/youtube_player" android:layout_width="match_parent" ...
Asif Hussain's user avatar
0 votes
0 answers
1k views

Added info cards are not visible on Youtube video

I have updated Youtube video by using Youtube data api.I got successful response from api. I have updated my video title and also added cards with api. I can see title was updated instantly but not ...
Digital Consultant's user avatar
0 votes
0 answers
50 views

Issue 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 ...
Woody's user avatar
  • 1
0 votes
1 answer
1k views

Get the list of all the Youtube Channels that I am subscribed to

I am trying to get a list of all the 800+ youtube channels that I am subscribed to. It would be great if someone could provide a python sample for the same. Yet to try the sample programs. But did ...
Techie Inside's user avatar
1 vote
0 answers
127 views

Can I access the youtube player from external android app and get currently playing video ID and exact playing position?

Do you know, whether it is possible to access the YouTube player on a mobile phone from a self-developed android/iPhone App? In order to get the information, which video the user currently watches, ...
Matthias's user avatar
0 votes
1 answer
768 views

How to upload a video to YouTube using the API?

I am trying to use POST request to publish a video on YouTube using this official tutorial Videos: insert Request URL: https://youtube.googleapis.com/youtube/v3/videos?part=snippet%2Cstatus&...
Mikhail Eliseev's user avatar
2 votes
2 answers
213 views

NullPointerException is thrown in Youtube data api v3

I am using Youtube data api v3 in my app. I want to implement subscriptions.insert method in it, but my code thorws a NullPointerException. Below is my code public class SubscribeActivity extends ...
Gum Naam's user avatar
  • 154
1 vote
0 answers
480 views

Youtube live stream to specific Channel

I am using the below code to create event in Youtube for Live Streaming. Everything works fine, my problem, I want users to live stream to our company's Channel. At present events are getting created ...
Arul Joseph's user avatar
1 vote
2 answers
1k views

YouTubeBaseActivity in Jetpack Compose

I want to use YouTube player from YouTubeDataAPI v3 in Jetpack Compose. But it should be extended of YouTubeBaseActivity. The main problem is that activity extended of YouTubeBaseActivity haven't ...
Dewerro's user avatar
  • 443
0 votes
0 answers
57 views

Youtube data API user quota usage Android

I have been using Youtube Data API v3, and as I am aware, API has a limit of 10,000 Units per day. I am autheticating user using OAuth, and I want to know is there any way to use Logged in user ...
Vishal's user avatar
  • 61
0 votes
1 answer
178 views

How to get youtube channel name from youtube v3 api in android

is there any way we can get the channel name of our logged-in google account in android using youtube's v3 API? I didn't found any documentation related to the channel name. I don't want videos and ...
Jaydeep parmar's user avatar
3 votes
1 answer
6k views

What are the UI colors for the YouTube superchat tiers?

I'm currently doing some work with the Youtube Live Streaming Api - more specifically the live chat messages API. Its all working fine for now but my main problem is with superchats and superstickers. ...
Zack VT's user avatar
  • 468

15 30 50 per page
1
2 3 4 5
11