I tried "Updating specific fields" on reference of https://developers.google.com/picasa-web/docs/2.0/developers_guide_java?hl=ja#PartialUpdate.
>String albumEntryUrl = "https://picasaweb.google.com/data/feed/api/user/username/albumid"; It tried as written, but it became the following error. com.google.gdata.util.InvalidEntryException: Bad Request Invalid request URI However it may think, it will seem after albumid that an albumid number is required. Then, although albumid number was added and tried, it was the following error. com.google.gdata.util.ResourceNotFoundException: Not Found <HTML> <HEAD> <TITLE>Not Found</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1>Not Found</H1> <H2>Error 404</H2> </BODY> </HTML> Does "Updating specific fields" really run by Java? -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/d/optout.
