I’ll like to upload videos to youtube, I have correctly the token, but never uploads it , gives no error… it stops execution at line $status = $media->nextChunk($chunk); Here is my code: when executing the code, it outputs “YES 1YES 2” , never reaches echo “NOT REACHED”; line…. why? Can I add an exception or something to tell me the
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}
Youtube Data API UnknowPart Error When Create Broadcasting
I’m trying to create Youtube live stream through my webpage via Youtube Data API. Whatever I tried, keep getting that error: { “error”: { “code”: 400, “message”:…
How to get 3 latest videos from youtube channel?
I know there are too many similar question like in my title, but I have problem that prevents me to make it works. I tested with three accounts and all of them in one day exceeded “request quota”. I …
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
Is there any way to get available resolutions for a vimeo/youtube video over their api endpoints?
I want to check for the available resolutions over the api call when I am retrieving the video details against their video ids (e.g – Im69kzhpR3I[youtube] or 64765355[vimeo]). See My Application …