无法使用youtube api v2上传大型视频

时间:2016-03-10 15:09:34

标签: php youtube youtube-api

当我尝试使用api v2将大视频(500Mb)上传到youtube时。在php.ini中配置如下:

session.gc_maxlifetime 10800  
max_input_time         10800
max_execution_time     10800  
upload_max_filesize    600M 
post_max_size          600M

我得到错误时间:

Operation timed out after 100000 milliseconds with 0  bytes received
  

我解决了我的问题,感谢您的支持。您可以在Google配置中编辑'request_timeout_seconds':\ google-api-php-client \ src \ Google \ Config.php

2 个答案:

答案 0 :(得分:1)

注意:截至2014年3月4日,YouTube Data API(v2)已正式弃用。有关详细信息,请参阅我们的弃用政策。请使用YouTube Data API(v3)进行新的集成,并将仍在使用v2 API的应用程序迁移到v3 API。

https://developers.google.com/youtube/2.0/developers_guide_protocol_deprecated

答案 1 :(得分:0)

我解决了我的问题,谢谢您的支持。

您可以在Google配置中编辑“ request_timeout_seconds”:

  

\ google-api-php-client \ src \ Google \ Config.php