Hello, You should be able to post directly to " https://picasaweb.google.com/data/feed/api/user/default" as the post URL as long as you are authenticated, which is required for POST requests.
Are you receiving an error when you try? What error do you see? Can you post your request/response here? Thanks, -Mike On Tue, Feb 26, 2013 at 5:58 AM, Milind Wakale < [email protected]> wrote: > Dear All, > > Have a look at > https://developers.google.com/picasa-web/docs/2.0/developers_guide_java#AddAlbums > . > > Code given is: > > > AlbumEntry myAlbum = new AlbumEntry(); > > myAlbum.setTitle(new PlainTextConstruct("Trip to France")); > myAlbum.setDescription(new PlainTextConstruct("My recent trip to France was > delightful!")); > > AlbumEntry insertedEntry = myService.insert(postUrl, myAlbum); > > What they mean by "postUrl" here. I tried > https://picasaweb.google.com/data/feed/api/user/*username* but does not > work. Some suggest that https://picasaweb.google.com/data/feed/api/user/* > username*/albumid/*albumid* but it also does not work. > > Thanks for reply. > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
