Oh I think I see the problem here. You are sending <media:keywords>newTitle</media:keywords>
But albums do not support tags right now, so this is not valid. When doing a PUT you should really echo back the entire entry you received but with the modified metadata. So you want to set both the <media:description> and <media:title> tags similar to how you set <title> and <description>: <media:description type="plain">This is a test album</media:description> <media:title type="plain">测试相册</media:title> Cheers, -Jeff On Sat, Apr 11, 2009 at 5:12 PM, aaronluo <[email protected]> wrote: > > Yep. It is just separated by a space after the URL. The URL is too > long ot indicate in one line, > > By the way, the values of element <title> and <keywords> are Chinese, > and I encode all Chinese in my application in UTF-8, so they work well > with API. > > Thank you. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
