Is it permissible to use comment data obtained using the YouTube Data API for commercial purposes?
We created a machine learning model using comment data obtained from YouTube Data API. In the future, we plan to market products that use these machine learning models. (Only the text of the comment body is used for learning, and does not include the personal information of the user who wrote the comment, of course.)
How to download Youtube transcript with API?
I’m trying to make a tool for summarizing Youtube transcript into mindmap,but it seems Youtube didn’t provide any transcript API?
this is my tool https://www.transcript-generator.com/
and this is Youtube API https://developers.google.com/youtube/v3/docs/captions/download
youtube broadcast life cycle status stuck in teststarting forever
Youtube broadcast lifecycle status is stuck in ‘teststarting’ state forever, even after polling for 5 minutes, the state never transitions to ‘testing’ state. According to youtube help, it is recommended to delete the broadcast and re-create it and repeat the steps all again, but this throws a forbidden error during transition saying ‘inactive stream’.
OAuth2 Consent Screen Shows Domain Instead of App Name and Logo in Testing Environment for YouTube Data API v3
I am making use of YouTube Data API v3 for my project. I am running the application in the testing Environment During Auth2.0 Process it is showing up the domain instead of the App Name on consenst screen, login screen. Also the App logo is not showing up during Testing Environment.
Is It Possible To Removed Claimed Content via YouTube API
When you upload a YouTube video with copyrighted material, you can go in and select one of a few options regarding how you want to handle it (cut segment entirely, dispute the copyright claim, etc.) Is it possible to do this through the API?
How can I view the automatically created channel’s live broadcast list using YouTube API v3?
I want to check the list of live broadcasts in the LOL game section of the game category through YouTube API.
I live in Korea, and the url is as follows.
https://www.youtube.com/channel/UCZtmNrG53nmbq-Ww2VJrxEQ (It is maybe auto generated channels)
YouTube Data API Playlist Update status.privacyStatus not working
When we use YouTube Data API Playlist Update to update the status.privacyStatus of a YouTube playlist, it fails with the unexpectedPart error.
Possible to get youtube monetisation data for YouTube videos via API
I’d like to find out the monetisation status for YouTube videos for which I have access to via OAuth credentials. This data is visible/available in YouTube Studio – is this accessed via a private API that isn’t available to general API consumers?
400 error with videos.insert post request for YouTube API
I’m trying to upload a video using the post request shown in the Google API explorer, but I keep getting a 400 error: Request contains an invalid argument. This error even happens with the test version that automatically populates all of the fields on the API explorer.
contentDetails.duration field absent from some entities returned by Videos: list
Starting yesterday 25 June 2024, metadata for some videos retrieved via https://developers.google.com/youtube/v3/docs/videos/list do not include a contentDetails.duration field.