2011-11-29 54 views
1

是否可以從Picasa檢索一張照片。我在網絡和文檔環顧四周,我還沒有看到一個例子,這裏有一篇文章接近,但給了我已經知道的一半答案。請幫忙,謝謝。如何使用Google API和Asp.net從Picasa中僅檢索1張照片?

我已經得到了這麼多,我需要知道下一步該做什麼。我收到了錯誤的請求。

query = New PhotoQuery(PicasaQuery.CreatePicasaUri(username, albumID, photoID)) 

回答

0

我在更多的研究後發現瞭解決方案。不要查詢相冊和相冊ID只是照片。 http://markmail.org/message/dbtoym57matzxjmd

PicasaEntry entry = (PicasaEntry) service.Getstring.Format("http://picasaweb.google.com/data/entry/api/user/" + 
                 "{0}/photoid/{1}",service.Credentials.Username,photo.GooglePhotoId 
相關問題