Thanks David. I did this: ListQuery listQuery = new ListQuery(listFeedLink.HRef.ToString()); listQuery.SpreadsheetQuery = "max-results=2"; ListFeed listFeed = service.Query(listQuery);
But its not working :( Googles response is: GDataRequest.Execute(): GDataRequest::Execute failed: https://spreadsheets.google.com/feeds/list/tytNx33fHZRJAe5j7l5t8Dg/ocv/private/full?sq=max-results=2 [19:49:13:2908] - Not a server error. Possibly a Bad request or forbidden resource. [19:49:13:2908] - We don't want to retry non 500 errors. Hmm, is this because i am using c# with Version 2.0 ? Any good ideas are still welcome. Best regards, Anders
