donglian1953 2015-12-09 08:14
浏览 169
已采纳

Youtube API - 上传视频时出现问题

I'm using google/google-api-php-client version 1.1.6. Then I'm using resumable_upload to upload video to youtube (sample code https://github.com/youtube/api-samples/blob/master/php/resumable_upload.php) And I got this problem when trying to upload new video to youtube with message (view my attached):

'Failed to start the resumable upload (HTTP 500: global, Backend Error)'
Stack trace:
#0 Google_Http_MediaFileUpload->getResumeUri()

enter image description here

  • 写回答

1条回答 默认 最新

  • douzhao6584 2015-12-15 15:26
    关注

    Error 500s can happen sometimes with the YouTube API. Did you re-try the request? This is Google's recommended action.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?