Skip to content
Advertisement

Tag: youtube-api

Video upload stop working – Youtube API

I use a PHP script to upload some daily videos to a Youtube channel (based on this code sample: https://developers.google.com/youtube/v3/code_samples/php#resumable_uploads) The problem is after this loop: Normally the $status variable has the video id ($status[‘id’]) after the upload is complete but since mid January all the uploads failed with one of this errors: $status variable value stills as “false” Inside

Get YouTube video title in PHP

In one of my applications I am saving a YouTube video’s id… Like “A4fR3sDprOE”. I have to display its title in the application. I got the following code for getting its title and also it’s working fine. Now the problem is if any error occurred (in case of a delete of the video) PHP is showing an error. I hust

Advertisement