Loading...

youtube-api-gdata@googlegroups.com

[Prev] Thread [Next]  |  [Prev] Date [Next]

[YouTube-API] Re: Direct Uploading--HELP!! URGENT!! ajibanda Thu Oct 01 21:01:11 2009

ok so I found out that it doesn't work in localhost plus the URL is
incorrect.. I don't know why...


Just to add some question though.. Where should I put the Developer
Key?  I usually got this error

29 Developer key required for this operation 0

I hope someone really helps me this time.. Because I'm beginning to
think that this group is not helpful..

Thanks

On Sep 30, 3:59 pm, ajibanda <[EMAIL PROTECTED]> wrote:
> I'm currently working on a joomla! plugin that uploads video to
> youtube (direct upload), and this one uses php scripts. I was working
> with the localhost and use the code found on this site:
>
> http://code.google.com/apis/youtube/2.0/developers_guide_php.html#Dir...
>
> The problem is I'm getting the a white screen after allowing my
> localhost to have an access on my youtube account. I tried to figure
> out where the problem is coming from and found out that it comes from
> the line:
>
> $newEntry = $yt->insertEntry($myVideoEntry, $uploadUrl,
> 'Zend_Gdata_YouTube_VideoEntry');
>
> checking the insertEntry I found out that this line wasn't even
> process before it hits the white screen:
>
> $response = $this->post($data, $uri, null, null, $extraHeaders);
>
> For my log file, returns something like this:
>
> 127.0.0.1 - - [30/Sep/2009:15:55:48 +0800] "GET /joomla/index.php?
> option=com_content&view=article&id=1&Itemid=6&token=CLrjktHOHBDwge7v_P____8B
> HTTP/1.1" 500 7
>
> i think it is referring to Internal Server Error 500
>
> HELP!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"YouTube APIs Developer Forum" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/youtube-api-gdata?hl=en
-~----------~----~----~----~------~----~------~--~---