onurkun adlı üyeden alıntı: mesajı görüntüle
try {
    $newEntry = $yt->insertEntry($myVideoEntry,
                                 $uploadUrl,
                                 'Zend_Gdata_YouTube_VideoEntry');
return "İşleminiz başarıyla sonuçlanmıştır.";
} catch (Zend_Gdata_App_HttpException $httpException) {
    return $httpException->getRawResponseBody();
} catch (Zend_Gdata_App_Exception $e) {
    return $e->getMessage();
}
}
79 ile 89 arasını bunun ile değiştirin sonra gelen sonucu buraya yazın hocam.
çıkan hata şu şekilde: