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



当我尝试使用 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 config 中编辑"request_timeout_seconds":\google-api-php-client\src\Google\Config.php

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

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

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

您可以在谷歌配置中编辑"request_timeout_seconds":

\

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

相关内容

  • 没有找到相关文章

最新更新