Tag: picasa

从人工中获取Picasa的所有照片

是否可以通过Picasa网络相册数据API按人名获取所有照片? 我可以找到的所有示例都显示了如何通过albumid获取照片。

GData.Photos查询中的全尺寸图像在哪里?

我正在查询Picasa图库,当我深入查看返回的条目时,我找不到完整尺寸的图像。 我只能看到一个更小,重新resize的图像( data[0].Content.AbsoluteUri )。 我知道Google会保留完整尺寸的图片,因为当我在线查看我的Picasa图库时,我可以看到它。 全尺寸图片在哪里? var picasaService = new PicasaService(“Gallery”); var photoQuery = new PhotoQuery(PicasaQuery.CreatePicasaUri(“GOOGLEUSERNAME”, “GALLERYID”)); var photoFeed = picasaService.Query(photoQuery); var data = photoFeed.Entries;