Skip to content
Advertisement

Tag: youtube-data-api

youtube api v3 channel methods not working

there was a question about the YouTube api, regarding information about channels, some channels are not displayed by name, for example HajimeRecords and GUZNO and kuplinovplay, the latter only outputs all the information. What can this problem be related to? Requesting everything regarding the channels method My request https://www.googleapis.com/youtube/v3/channels?forUsername=GUZNO&key=*****&part=snippet,contentDetails,statistics,status Answer Here you go I hope: Explanation as I understand: youtube.com/c/{CHANNEL_NAME}

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

Advertisement