Hello I am using ZendGdata-1.12.5 framework to upload a video on youtube
I used the following in my php code
$path = \'./ZendGdata-1.12.5/library/\';
The path is correct, the problem is that Zend Gdata library does not have the Zend/xml folder. It's a small folder with 2 files. All you need to do is following:
1) Go to: http://framework.zend.com/downloads/latest
2) Download 1.12 (or whatever your version is) MINIMAL package.
3) Extract it on your hard disk.
4) Upload /library/Zend/Xml
folder to your server's /ZendGdata-1.12.5/library/
folder so that in your /ZendGdata-1.12.5/library/Zend
folder you have the Xml
folder.
5) That's it. Enjoy.