Vimeo API 错误 708 [英] Vimeo API Error 708

查看:25
本文介绍了Vimeo API 错误 708的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 Vimeo API 将视频 (mp4) 上传到我的 Vimeo 帐户.Uinsg vimeo.php 文件,稍加修改(对象在应该是数组时使用)我正在调用

using Vimeo API to upload a video (mp4) to my Vimeo account. Uinsg the vimeo.php file with a little modification (objects were used when they should have been arrays) I am calling

$video_id = $vimeo->upload

我能够跟踪 getQuota、getTicket、verifyChunks 但它失败了:

I am able to trace the getQuota, getTicket, verifyChunks but it fails on:

$this->call('vimeo.videos.upload.complete', array('ticket_id' => $ticket, 'filename' => $file_name));

出现以下错误:

stdClass Object(
[generated_in] => 1.0675
[stat] => fail
[err] => stdClass Object
    (
        [code] => 708
        [expl] => The file could not be saved. Try again.
        [msg] => File error
    ))

有什么帮助吗?

推荐答案

如果有任何帮助,我遇到了完全相同的错误并从 endpoint_secure 切换到 endpoint 解决了上传表单中的问题.

If it can be of any help, I had the exact same error and switching from endpoint_secure to endpoint resolved the issue from the upload form.

这篇关于Vimeo API 错误 708的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆