Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
26 views

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 ...
ejv's user avatar
  • 1
0 votes
0 answers
131 views

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, ...
user3740049's user avatar
21 votes
21 answers
25k views

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 ...
user2783430's user avatar
0 votes
1 answer
83 views

We are calling GET https://www.googleapis.com/youtube/v3/playlists with list of "snippet", "contentDetails" In reponse the following information about playlist { "etag&...
Ilya Ignatovich's user avatar
0 votes
1 answer
62 views

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 ...
alaska22's user avatar
0 votes
1 answer
49 views

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 ...
Usman Khan's user avatar
-1 votes
1 answer
88 views

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 ...
amit jha's user avatar
  • 414
1 vote
1 answer
97 views

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 ...
Saminathan K's user avatar
0 votes
1 answer
71 views

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 ...
openwld's user avatar
  • 1,194
0 votes
0 answers
23 views

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 ...
Audiorial's user avatar
0 votes
1 answer
95 views

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/...
ji liu's user avatar
  • 1
0 votes
0 answers
34 views

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 ...
Jason Leee's user avatar
0 votes
0 answers
92 views

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:...
Sento Kubo's user avatar
0 votes
1 answer
60 views

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="...
Szelek's user avatar
  • 2,859
0 votes
0 answers
36 views

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 ...
t.kawamura ns's user avatar
0 votes
0 answers
38 views

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'; /...
Murphy1976's user avatar
  • 1,475
0 votes
1 answer
75 views

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 ...
Dom-ms's user avatar
  • 1
1 vote
0 answers
373 views

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 ...
Mak's user avatar
  • 11
0 votes
0 answers
40 views

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 ...
Marshall's user avatar
1 vote
0 answers
112 views

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 ...
coeurl's user avatar
  • 21
0 votes
1 answer
79 views

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 ...
Resonance's user avatar
  • 3,811
0 votes
0 answers
18 views

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 ...
kodopik's user avatar
  • 43
0 votes
0 answers
81 views

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.,...
Canovich's user avatar
2 votes
1 answer
70 views

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)" ...
Foxhunt's user avatar
  • 964
0 votes
0 answers
17 views

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 ...
Shayan Shamsipour's user avatar

1
2 3 4 5
250