Benim ana sayfasından video yüklemek ve silmek için Zend ve PHP kullanıyorum. Yükleme kısmı iyi çalışan ama indirmek için daha karmaşık olduğunu.
$videoEntryToDelete = $yt->getVideoEntry($videoId);
$yt->delete($videoEntryToDelete);
I use this code to delete a video and the first row do work. The video object is created and I can get all data from it. But when I try to delete it I get this error message: "You must specify an URI to which to post"
Herkes bu sorunu çözmek için nasıl biliyor musunuz?
Teşekkürler!