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

All Questions

Tagged with
0 votes
1 answer
1k views

Python Youtube API v3 Uploading Video with API Key

Is it possible to upload videos to Youtube with python through the Youtube v3 API and an API Key? from googleapiclient.discovery import build from googleapiclient.http import MediaFileUpload API_KEY =...
Erwin Schleier's user avatar
1 vote
1 answer
2k views

YouTube Data API V3: Download caption

I’m working on a project that will need to read caption(s) from YouTube videos, and then parse the caption to make a dictionary of words. Right now I’m only working on getting caption data first! I ...
Ahmed's user avatar
  • 23
1 vote
0 answers
277 views

How do I test a data API (Youtube Data API) with fake data?

I am currently working with the YouTube Data API and do not understand how I can test my calls. For instance, I have a call that retrieves all donations made during a YouTube livestream. Without ...
Nick Hudson's user avatar
0 votes
1 answer
143 views

How to get YouTube PlayLists by Category e.g Education, Sports, etc

Is there any way where I can get youtube playlists by category only as I have created search button in my app and I dont want to render random playlists from youtube.. p.s.I couldnt find anything on ...
Ayan Ra'Fiqii'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
0 votes
0 answers
98 views

How can I add videos (channel content details with "video IDs" retrieved by YouTube API) to a YouTube playlist

I have Channel content details retrieved by Youtube API in JSON format. How can I add those videos in a new YouTube playlist without copying every video ID and adding with URL individually. I'm able ...
Armaan's user avatar
  • 15
0 votes
1 answer
335 views

YouTube API - get monthly views from foreign channel

I try finding a way to get the viewcount of the last 6 months of any given YouTube channel. The YouTube analytics API is not helpful, cause it only allows for channels I own - the YouTube data API ...
Christopher B's user avatar
1 vote
0 answers
691 views

Youtube Data API Search - Next page token is None after 11 pages

I am trying to capture channel ids of all channels with q = "news" category; there are total of 36714 results but for some reason, the next page token keeps showing None after a few pages ...
user18711045's user avatar
3 votes
0 answers
186 views

YouTube Data API: published changes in the description don't appear in YouTube Studio

We use the YouTube Data API to publish changes in metadata like video title or video description. Now, when changing the title via API, changes instantly show up on the user-facing video page (https://...
Matthias Posch's user avatar
2 votes
2 answers
1k views

Allowed to use multiple YouTube API keys for 1 project?

I am quickly reaching quota limits while using YouTube Data API v3 for searches only using 1 API key. I have applied for Quota increase but I hear it can take some time. However I landed on the below ...
JNate's user avatar
  • 103
0 votes
1 answer
142 views

Is it possible to search multiple channels with one query?

I want to search multiple channels via the Channels.id parameter for videos with one query. For example: My request URL is: https://youtube.googleapis.com/youtube/v3/search?part=snippet&channelId=...
Manuel's user avatar
  • 23
0 votes
1 answer
278 views

How to change results Youtube Data API v3

I want to use nextPageToken to get new result when scrolling down. https://developers.google.com/youtube/v3/docs/playlistItems/list?hl=ko For example, if you do a search initially and 6 items are ...
SeungHwan's user avatar
0 votes
1 answer
64 views

Youtube Api Quota Limit

I am working on an app that will surely cross the existing limit of the youtube API quota. how can I contact google to provide me millions of quota limits "as a business purpose" how can I ...
Ameer Ali's user avatar
0 votes
2 answers
1k views

KeyError: 'commentCount' using Youtube API in Python

I use this python code to get data from Youtube API v3. First there's a function built to get view count, like counts, dislike counts and comment counts, then there's another big block that's itself a ...
hug's user avatar
  • 277
0 votes
2 answers
595 views

how to update multiple playlist items position at once using youtube api?

I like to sort and update youtube playlist items by my own criteria but the problem is that I couldn't get my head around how to update the whole playlist items position at once. As request body ...
Jawad Mehmood's user avatar

15 30 50 per page
1
2 3 4 5
9