Following the sample from the Developer guide (
http://code.google.com/apis/picasaweb/docs/1.0/developers_guide_dotnet.html
) i upload a photo (works ok) and then try to change it's name, which
give the error 421: Precondition Failed.
The exception is thrown on gauthrequest.cs around line 518 (latest svn
version).
This used to work up to until few weeks ago.
I'm doing something like:
entry = service.Insert(postUri, fileStream, "image/jpeg", File)
fileStream.Close()
entry.Title.Text = PhotoTitle
entry = entry.Update()
I also get this on ResponseString = "Mismatch: etags =
["YD0qeyI."], version = [2]"
--
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums API" 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/google-picasa-data-api?hl=en.