Hi Oscar, The userID in your request url needs to be the numeric value which you can get using the following request url :
"https://www.googleapis.com/oauth2/v2/userinfo?access_token =hjhajhsXXXXXXXXXXX" Your HttpRequest should be of the following form : HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https:// picasaweb.google.com/data/feed/api/user/"+userId+"/albumid/"+" 537647637xxxx64736"+"?access_token="+auth_Token); -- 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.
