2012-09-04 53 views
0

使用Vimeo API將視頻(mp4)上傳到我的Vimeo帳戶。Vimeo API錯誤708

:Uinsg少許修改vimeo.php文件我打電話

$video_id = $vimeo->upload 

我能夠跟蹤getQuota,getTicket,verifyChunks但它無法在(對象進行時,他們應該已經陣列中使用)

$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 
    )) 

任何幫助嗎?

+0

不確定此線程是否會對您有所幫助:http://vimeo.com/forums/api/topic:68596 –

+0

如果您將票證信息發送給Vimeo,它們可以幫助您追蹤可能發生的情況。 – Dashron

回答

0

如果能有所幫助的話,我有完全相同的錯誤,並從endpoint_secure切換端點解決從上傳表單的問題。

+0

這個bug在幾個月前已經修復,如果你仍然看到它,請聯繫vimeo! – Dashron

+0

很高興知道。感謝更新。 –