2 messages in com.googlegroups.google-picasa-data-apiRe: Possible error in the API documen...
FromSent OnAttachments
sdel...@gmail.com26 Mar 2007 13:52 
Kyle Marvin26 Mar 2007 14:56 
Subject:Re: Possible error in the API documentation...
From:Kyle Marvin (kmar@google.com)
Date:03/26/2007 02:56:03 PM
List:com.googlegroups.google-picasa-data-api

No, you are correct, Stephane. The MIME spec (RFC2046) defines the part separator parameter name as "boundary" and the GData MIME posting support conforms to RFC2046.

Thanks!

-- Kyle

On 3/26/07, sdel@gmail.com <sdel@gmail.com> wrote:

in the gdata api doc for picasa, this was given as example:

<snip> Content-Type: multipart/related; separator="END_OF_PART" Content-Length: 24680246 MIME-version: 1.0

Media multipart posting <snap>

in "Post a photo with metadata".

the right header should be: Content-Type: multipart/related; boundary="END_OF_PART"

but, of course, I may be wrong...

regards