4 messages in com.googlegroups.google-picasa-data-apiRe: Urgent help : Picasa Upload is no...
FromSent OnAttachments
Garnet Vala08 Jan 2008 23:15 
Ryan Boyd (Google)11 Jan 2008 01:17 
Nile Joseph13 Jan 2008 20:38 
Ryan Boyd (Google)13 Jan 2008 20:52 
Subject:Re: Urgent help : Picasa Upload is not Working
From:Nile Joseph (nile@gmail.com)
Date:01/13/2008 08:38:05 PM
List:com.googlegroups.google-picasa-data-api

Thanks for your quick response Ryan , Can you tell what is the Authorization header that you specified in the post body?... Is it complesory for the upload api?

On Jan 11, 2:17 pm, "Ryan Boyd (Google)" <api.@google.com> wrote:

Hi Garnet,

Has your application worked previously?  Or is this a newly-developed application?

Here's an example of a successful request for me, generated via curl:

Request

---------------- POST /data/feed/api/user/default/album/NewAlbum HTTP/1.1 User-Agent: curl/7.15.1 (i486-pc-linux-gnu) libcurl/7.15.1 OpenSSL/ 0.9.8a zlib/1.2.3 libidn/0.5.18 Host: picasaweb.google.com Accept: */* Content-Type: image/png Authorization: GoogleLogin auth=adsfafdadsfafd

Expected first line in the response  ---------------- HTTP/1.1 201 Created

I'm not aware of us returning a 205 Reset Content response for our API?  Is there a proxy server involved in this request?

Thanks, -Ryan

On Jan 8, 11:15 pm, Garnet Vala <nile@gmail.com> wrote:

Hi all,                 I am trying to upload a photo to my album. The following is my post request.

              Content-Length: 82161               Host: picasaweb.google.com               Content-Type: image/jpeg;

              .............BINARY IMAGE OF THE DATA.....................

       I m trying to post the photo to the url

                    "http://picasaweb.google.com/data/feed/api/user/ nilejsph/album/Krishna "

       But I am getting an empty response with http status as " Reset Content "

       Any one can help me in this?..- Hide quoted text -