2 messages in com.googlegroups.google-base-data-apiObtain item URI for querying
FromSent OnAttachments
HankSmart21 Mar 2008 07:20 
Jeff S26 Mar 2008 14:20 
Subject:Obtain item URI for querying
From:HankSmart (Hank@gmail.com)
Date:03/21/2008 07:20:29 AM
List:com.googlegroups.google-base-data-api

I can update my item based on its URI as in query.Uri = new Uri("http://www.google.com/base/feeds/items/ 111111111111");

My problem is I only know the item URI because of the value that was generated after the item was inserted. I got this value by stepping through the code and copying it.

How do I go about calculating the URI so I can query against it? I do not want to keep this URI in a database since Google is calculating it.

I am simply trying to find an item I had inserted earlier.

I am using c#.

thanks