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 multiple thumbnail service api
This issue arose while planning to add YouTube’s new ‘Test & Compare’ feature, which was announced last June, to our project.
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?
How do I check for mentions via the yt api?
I mean, the title explains it self. How do I do that? (preferably via atom/rss?)
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
The response time for playlist requests is very slow, exceeding 1 minute (80 seconds)
Here is my code to load youtube playlistitem. It’s working and I can get the result.
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.