0

我已经为此苦苦挣扎了几个小时,但我仍然无法解决这个问题。我正在使用 eden php 和 laravel 4。

我正在尝试使用以下代码简单地提交对上传令牌的请求:

    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');

但是我不断收到以下错误:

未定义的变量:___file

错误异常…/public/eden.php54

但是,我提出的任何其他 API 请求都可以完美运行……如果您能帮助我解决这个问题(很可能是由于我的愚蠢),我将永远感激不尽。

提前致谢!

4

1 回答 1

0

嘿,你能试试我的包裹吗

我将伊甸园移植到 laravel 4 包

于 2013-07-20T10:55:20.097 回答