12,482 questions
-3
votes
0
answers
26
views
Acting on behalf of a content owner [closed]
I’m building an integration that relies on the YouTube Content ID API. The docs say it requires YouTube Partner Program access. I need to call endpoints that use onBehalfOfContentOwner, but my access ...
0
votes
0
answers
131
views
YouTube Player in Android app shows “Error 15: This video is not available” when loading video using YouTubePlayerView
I’m trying to play a YouTube video inside my Android app using the Soffritti Android YouTube Player library (com.pierfrancescosoffritti.androidyoutubeplayer:core:12.1.0).
The player initializes fine, ...
21
votes
21
answers
25k
views
YouTube Error 153: Video Player Configuration Error when embedding YouTube videos
When embedding YouTube videos using the IFrame API or direct embed URLs, the player occasionally displays the message “Error 153: Video Player Configuration Error” instead of loading the video. This ...
0
votes
1
answer
83
views
How to get playlist cover from Youtube api?
We are calling
GET https://www.googleapis.com/youtube/v3/playlists
with list of "snippet", "contentDetails"
In reponse the following information about playlist
{
"etag&...
0
votes
1
answer
62
views
Using embedded youtube playlist index to cycle through array
I have a youtube playlist embedded in an iframe and was hoping to use the playlist index to cycle through an array of titles on-screen (i.e. when the next video starts playing, the next item in the ...
0
votes
1
answer
49
views
react native youtube live stream unable to detect camera error
I a trying to integrate youtube live streaming feature in my reactnative app but the problem is when it runs it gives me an error below
[11:49:25] W | ReactNativeJS ▶︎ Warning: Error: Element type ...
-1
votes
1
answer
88
views
How to change snippet.defaultLanguage of YouTube Video using API
I am using YouTube Data API Reference to change Video.snippet.defaultLanguage (https://developers.google.com/youtube/v3/docs/videos#snippet.defaultLanguage) using the following API call
var ...
1
vote
1
answer
97
views
Persistent 403 Access Forbidden for YouTube Data API channels.list (managedByMe) with Content Manager Account
Body:
I am developing a Node.js application to interact with the YouTube Data API v3. I am trying to list channels managed by my YouTube Content Owner account. Despite extensive troubleshooting, I ...
0
votes
1
answer
71
views
YouTube Videos.list API has drastic delays when called by requests.get
def validate_youtube_video(link:str, sessionid:str) -> Tuple[bool, str]:
# Returns (status, sanitized_link|error_message)
import urllib.parse
res = urllib.parse.urlparse(link)
vidid = None
...
0
votes
0
answers
23
views
My content does not show up anymore in serpapi
since a few months, my content is systematically filtered out of the search api on the site ModularGrid, where it used to show-up. The weird part is that even if it is the only video posted on youtube ...
0
votes
1
answer
95
views
How to authorize a Google Service Account to upload videos via YouTube Data API v3?
I'm developing a backend application using a Google Service Account to upload videos to YouTube via the YouTube Data API v3.
The service account is granted OAuth scopes:
https://www.googleapis.com/...
0
votes
0
answers
34
views
When l use /youtube/v3/videos to get fileDetails, it doesn't return fileName
When I tried to get the file name, he didn't return, but the documentation says so, and you can check out the code I attached, these are the results of my tests using Google API Explorer, and I'm ...
0
votes
0
answers
92
views
Will YouTube Data API v3 Break After Google Workspace Domain Migration?
Context
We are planning a Google Workspace migration and need to understand the potential impact on our existing Google Cloud projects that use the YouTube Data API v3.
Our Current Setup:
Workspace A:...
0
votes
1
answer
60
views
Youtube video upload - issues with special characters
Not able to resolve issues with special characters in title and description. I'm using official google example code to upload videos to youtube like below example:
python upload_video.py --file="...
0
votes
0
answers
36
views
How does the Youtube Data API handle videos without a set category?
I am working with the Youtube Data API and I am interested in filtering out videos that do not have a category set. My goal is to identify and exclude these videos from my results. When a video does ...
0
votes
0
answers
38
views
Async Function to check a channel is live on YouTube - CORS ERROR [duplicate]
I'm building a small website display that will show whether or not someone is streaming on their YouTube channel. I've been able to piece together the following:
const channelIdYT = 'XXXXXXXXXXXXXX'; /...
0
votes
1
answer
75
views
How to determine if a YouTube video is classified as a Podcast using the YouTube Data API?
I'm using the YouTube Data API and trying to determine whether a video is explicitly classified as a Podcast. I know that creators can manually mark a playlist as a Podcast in YouTube Studio, but I ...
1
vote
0
answers
373
views
Not able to generate oauth.json for ytmusicapi in python
I was trying to use ytmusicapi for python to work with youtubemusic. I was trying to create a oauth.json file by running the cmd "ytmusicapi oauth" on my pycharm terminal.
Then it asks for ...
0
votes
0
answers
40
views
How to authorize a YouTube channel created by others that has granted administrator permissions to your account
Currently, when authorizing YouTube channels via OAuth 2.0, we can only authorize channels created by the currently logged-in Google user. Channels created by others but granted administrative ...
1
vote
0
answers
112
views
How to get captions for members-only YouTube videos with YouTube API
What I want to do
Let my Google account (YouTube account) be [email protected]
And I usually use the brand account example2 to watch YouTube videos
I have a membership to my favorite channel FooBar ...
0
votes
1
answer
79
views
YouTube API Uploads stuck at 0%
When uploading videos to the YouTube service using the API, the API response indicated that the upload is successful. But on the website channel view the video is stuck at a 0% upload status (see ...
0
votes
0
answers
18
views
403 Error When Adding Videos via YouTube Analytics API to Groups with 200+ Items, Despite 500-Item Limit
I'm encountering an issue with the YouTube Analytics API's groupItems.insert method. According to the official documentation, a group can contain up to 500 items. However, when attempting to add ...
0
votes
0
answers
81
views
Does YouTube iframe have ads now (even with YouTube Premium)?
I’ve noticed that YouTube iframes sometimes show ads, even when using a YouTube Premium account. Is this expected behavior?
Additionally, if I embed a YouTube video using an but hide the iframe (e.g.,...
2
votes
1
answer
70
views
Angular Youtube - onReady
I am trying to wrap Angular/Youtube component, described here.
This stackblitz is the result.
The problem here is that
<youtube-player
#musicPlayer
[videoId]="extractVideoId(videoId)"
...
0
votes
0
answers
17
views
What should I put in organization name when requesting YouTube API quota extension?
As the title says, I am trying to request YouTube API quota extension and in the form it asks for my organization name and organization website. However I don't have any organization, I'm simply a ...