Re: [fw-general] Zend_Gdata problem

2008-12-23 Thread phpbrat
Thanks a lot Bart ! it works now ! Another help needed :) how can i get video filetype 'n filesize for a video from youtube api using Zend framework ? thx again ... Bart McLeod wrote: try{ //have a party }catch(Zend_Gdata_App_HttpException $e){ //log error and continue your

Re: [fw-general] Zend_Gdata problem

2008-12-23 Thread Bart McLeod
maybe take a look at Zend_File? I did not try it yet myself. Bart phpbrat schreef: Thanks a lot Bart ! it works now ! Another help needed :) how can i get video filetype 'n filesize for a video from youtube api using Zend framework ? thx again ... Bart McLeod wrote: try{ //have a

Re: [fw-general] Zend_Gdata problem

2008-12-22 Thread phpbrat
Hello all!, I am getting some errors when i am calling the function $yt-getVideoEntry() for fetching upoaded Video details through the Zend framework for Youtube API... It works fine for the successful uploads but it throws error for those Videos which are displayed as rejected/duplicates in

Re: [fw-general] Zend_Gdata problem

2008-12-22 Thread Bart McLeod
try{ //have a party }catch(Zend_Gdata_App_HttpException $e){ //log error and continue your party if ($iNeedTheError){ log($e-getMessage()); } } -Bart phpbrat schreef: Hello all!, I am getting some errors when i am calling the function $yt-getVideoEntry() for fetching upoaded

[fw-general] zend_gdata

2008-08-23 Thread codename
hi, i used zend_gdata demo which i downloaded from zend frameworks site which was given as demos in demos folder as Gapps.php i tried it bur its making a login to google its displaying 3 menu list but i could'nt get any message or user inforamtion when i click retrieveAllUsers button , it

Re: [fw-general] Zend_Gdata problem

2008-06-30 Thread Jochen Hartmann
Ahmed, A 401 is typically returned when you are not properly authenticated. Are you sure that your credentials are valid? You may consider printing out the full response: ... } catch (Zend_Gdata_App_HttpException $httpException) { print 'ERROR : '. $httpException-getMessage() .

[fw-general] Zend_Gdata problem

2008-06-27 Thread Ahmed Abdel-Aliem
hi all, i am running the below code to retrieve list of calendars from google calendar, but when i run it i get this error : *Error: Expected response code 200, got 401* here is the code :

[fw-general] Zend_Gdata API's added in 1.0.3. . .

2007-12-18 Thread Wil Sinclair
You may or may not have realized that some pretty significant GData additions went in to the 1.0.3 release. In any case, Bill Karwin has written up an excellent summary of these features here: http://devzone.zend.com/article/2783-Zend_Gdata-for-Picasa-YouTube-Googl e-Documents-List. It's a short

[fw-general] Zend_Gdata and Google Search Appliance

2007-03-02 Thread Martin Carpentier
Hi, I was wondering if any of you had experimented using Zend Framework to send queries to a Google Search Appliance http://www.google.com/enterprise/gsa/and work with the received results. Basically what I want to do is build a search query, send it to the appliance, capture the XML data

Re: [fw-general] Zend_Gdata progress

2006-11-13 Thread Richard Thomas
Theres a direct download at framework.zend.com There is a proposals page for the component at http://framework.zend.com/wiki/display/ZFPROP/Zend_Gdata+-+John+Herren If you do check out the component page you will find that its currently in SVN under the laboratory section with comments that

[fw-general] Zend_Gdata progress

2006-11-12 Thread Eris Ristemena
Is it me or there's few information about Zend_Gdata progress so far? when it will be integrated to the main ZF, how is it going so far and where we can checkout its svn. regards, -ers