api-samples
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.
Clicked "Remove watch videos" from Watch Later playlist. Nothing happened. Monitored network activity and tried again. Result below: 
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.  Code is in Google Apps Script that is attached to...