It's the "user feed" (or user entry) you have to query. You also need to be authenticated as that user to find out all 3 quota values (the byte quota and the max number of photos per album).
e.g. GET /feed/api/user/default will include for instance <gphoto:quotalimit>1073741824</gphoto:quotalimit> <gphoto:quotacurrent>18723900</gphoto:quotacurrent> <gphoto:maxPhotosPerAlbum>1000</gphoto:maxPhotosPerAlbum> -Detlev On Tue, Jan 26, 2010 at 3:29 PM, GeorgeS2120 <[email protected]> wrote: > I'm working with the .Net library and I'm trying to find > "quotacurrent" and "quotalimit". I can get Album feeds but I don't see > those values anywhere. > > TIA, > George > > -- > You received this message because you are subscribed to the Google Groups > "Google Picasa Web Albums API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-picasa-data-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-picasa-data-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
