gpt4 book ai didi

php - 使用Eden PHP和Laravel 4上传到YouTube?

转载 作者:行者123 更新时间:2023-12-03 06:33:42 26 4
gpt4 key购买 nike

我已经为此奋斗了几个小时,但仍然无法解决问题。我正在使用eden php和laravel 4。
我正在尝试使用以下代码简单地提交对上传 token 的请求:

    include('eden.php');

//Requests::register_autoloader();
$t = 'token_here';
$key = 'api_key_here';

$upload = eden('google')->youtube($t, $key)->upload();

$title = 'Awesome video test';
$description = 'as mentioned this is a test';
$category = 'People';
$keyword = 'testing';
return $upload->getUploadToken($title, $description, $category, $keyword, 'youtube_username');
但是我一直收到以下错误:

Undefined variable: ___file

ErrorException…/­public/­eden.php54


但是,我提出的任何其他API请求都可以正常工作...如果您能帮助我解决这个难题(很可能是由于我的愚蠢),我将永远感激不尽。
提前致谢!

最佳答案

嘿,您可以尝试我的包裹

I port eden to laravel 4 package

关于php - 使用Eden PHP和Laravel 4上传到YouTube?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17493192/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com