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.


Reply via email to