All Questions
Tagged with youtube-v3-api or youtube-data-api
4,525 questions
0
votes
0
answers
16
views
YouTube Reporting API Basic Metric not working [closed]
We had the following YouTube reporting API to extract the basic metric channel_basic_a2 report
curl --location 'https://youtubereporting.googleapis.com/v1/jobs/<reportId>/reports?createdAfter=...
Tooling
1
vote
2
replies
51
views
From image to YouTube url?
I have an image and would like to get the URL of the Youtube videos (with the exact time) where this image (or similar) appears inside.
I've already seen a site that does this ( https://findthisbase....
0
votes
0
answers
45
views
YT Studio + API shows incorrect/much lower number of comments than the video on Youtube actually has
For the past week, the number of comments shown in YouTube Studio/API is significantly lower than the number of comments publicly visible under the video.
Expected behavior: The YouTube Studio/API ...
0
votes
1
answer
46
views
How do I disable "notify subscribers" for a video via the YouTube API after uploading?
When uploading a video to YouTube with the videos.insert endpoint of the YouTube Data API, there's an optional notifySubscribers parameter that sets whether users subscribed to a channel are notified ...
0
votes
0
answers
62
views
YouTube Analytics and Reporting API `creatorContentType` dimension breaking requests
I'm hitting the https://youtubeanalytics.googleapis.com/v2/reports API endpoint to retrieve the following metrics for a set of YouTube videos.
https://youtubeanalytics.googleapis.com/v2/reports?...
0
votes
1
answer
67
views
I keep getting 403 Forbidden when requesting channel members
I am trying to set up an app using Flutter to act as a companion app that checks to see if logged-in user is a member; if they are, provide reward.
I am using Firebase with Firestore and Functions to ...
0
votes
1
answer
99
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&...
-1
votes
1
answer
81
views
YouTube API v3 Search returning 0 results without q parameter
It looks like starting around mid June of 2025, the v3 Search API no longer returns results if you don't provide the q= parameter as part of the API call. Before this time, it would return results ...
1
vote
0
answers
54
views
YouTube API to get a list of all channels I am a manager of
This question (from 2013) can be a similar one:
YouTube API - List all channels that I manage
Is there any YouTube API trick to get a list of regular channels I "manage"?
The "regular&...
0
votes
1
answer
74
views
How to upload captions with the Youtube API?
No matter what I try, this keeps failing:
await youtube.captions.insert({
part: ['snippet'],
media: {
body: fs.createReadStream('/Users/wannes/Desktop/tmp.srt')
},
requestBody: ...
0
votes
0
answers
47
views
Looker Studio + YouTube Analytics – How to access VideoType and Playlist fields?
I have a question: is there any other YouTube connector for Looker Studio that provides more fields, such as Video Type (Video, Shorts, etc.) and Playlist (the playlist the video belongs to)?
I’m ...
1
vote
1
answer
146
views
Youtube Captions API from API explorer returns 404 for a resource ID obtained from the list endpoint
I am using the google api explorer to attempt and download the Captions for a youtube video. For testing purposes, I am taking the video with the ID TDv56whosPQ, a mrbeast video.
Using ths list ...
-1
votes
1
answer
92
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
101
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
59
views
Issues with YouTube Data API for Daily Video List Retrieval in Specified Date Ranges
We are using Google's YouTube Data API to pull videos from our YouTube channel.
Our expected outcome is to pull the list of videos from our channel once a day, but we encountered the following issues ...