api-samples icon indicating copy to clipboard operation
api-samples copied to clipboard

Code samples for YouTube APIs, including the YouTube Data API, YouTube Analytics API, and YouTube Live Streaming API. The repo contains language-specific directories that contain the samples.

Results 200 api-samples issues
Sort by recently updated
recently updated
newest added

Clicked "Remove watch videos" from Watch Later playlist. Nothing happened. Monitored network activity and tried again. Result below: ![image](https://user-images.githubusercontent.com/43826341/206353440-ae37eec7-2718-49d0-ad2c-9b07c043732b.png)

Im looking up a way to effectively embed YouTube videos on a website with out incurring in the huge performance hit you get when insert the video following the Iframe...

Hi, no matter what i do, im not able to use the commentThreads API for inserting a new comment on a Video... im always getting this error ``` An HTTP...

need some help with doing youtubeservice.video.update. currently using c# and want to update a video. // Google.Apis.YouTube.v3.Data.Video vbody = new(); vbody.Id = vts.id; // video id vbody.Snippet = new(); vbody.Snippet.Tags...

Refer to [issue 434](https://github.com/youtube/api-samples/issues/434) [Here's](https://stackoverflow.com/questions/28498296/enoent-no-such-file-or-directory-on-fs-mkdirsync) a Stackoverflow thread on it.

Ran quickstart.js from [step three](https://developers.google.com/youtube/v3/quickstart/nodejs#step_3_set_up_the_sample) on the Youtube code examples page. on line 86, mkdirSync threw this error: Error loading client secret file: Error: ENOENT: no such file or directory,...

Created an example script to start live stream on Youtube in go

now I know this has nothing to do with this but for some reason, I have a channel with 14 subscribers that has a community tab. Here's the channel: https://www.youtube.com/channel/UCriiQSM6wytf8egvvzxzRCw

I keep getting the same error when running the code copied exactly from the website and instructions all followed. ![image](https://user-images.githubusercontent.com/116468053/197366155-813a46d5-1f4d-49fd-97b8-a38f5d7aa966.png) Code is in Google Apps Script that is attached to...