Relative Content

Tag Archive for youtube-api

remixable and enableAutoChapters in YouTube API

I’m currently using the YouTube Data API v3 to automate video uploads for my project. While most of the metadata fields are working fine, I’ve encountered issues with the following:

When using YouTube Data API v3 always getting quota exceed error

When using YouTube Data API v3 for fetching latest videos (last 24 hours) from a list of around 200+ channels using C#, I am always getting quota exceed error. I am using only the “auth/youtube.readonly” scope. What is the solution to make it working. Or is it not possible to get the list of videos from 200+ channels? Please help.

Youtube API Transcription

We would like to retrieve the transcription of Youtube videos via API but cannot find a possibility here.

Uploading Youtube Videos via Youtube API with “@” attribution in title does not properly create “@” attribution

I am attempting to upload Youtube Videos via Youtube API (https://developers.google.com/youtube/v3/docs/videos/insert). I am able to properly set “#”s which become hyperlinks in the video’s title, but “@” attribution remains as plaintext. I have to go into Youtube Studio and re-type the “@” attribution in order for the channel hyperlink to work. Is this intended?

Increase YouTube API quotas

I need to increase YouTube DATA API v3 Quotas, for implement massive upload of lot videos content (2300 video) on Italian Defence Department official channel. This increase is required for the period between August 10th and August 31st, from a quick calculation I need around 3800000 Quotas

youtube-api – Internal API

I wanted to ask, I have a verified project with YouTube Data API but There are few APIs that we require and it’s missing. Mainly Create a Community Post, List Community Post, Create a Comment on Community Post, Reply to a Community Post Comment, Like Community Post Comment.

See if comment is hidden?

I’m using Youtube Data v3 API to retrieve a comment, I want to know if there is a way to tell if a comment is hidden from public view i.e. censored (or if this is a planned feature?) without me manually having to go to the video page and checking.