So...in my desperation i' ve created another account and i've
discovered another issue :
The items I put from my application are not find in query until i
"publish them" manual from my account.
My code for creating items :
            GBaseEntry gBaseEntry = new GBaseEntry();
            gBaseEntry.PublishingPriority = new PublishingPriority
(PublishingPriority.HighPriority);
            gBaseEntry.Title.Text = title;
            gBaseEntry.GBaseAttributes.ItemType = "HxMData";
            gBaseEntry.GBaseAttributes.AddTextAttribute("guid",
guid.ToString());
            ..................................................................
            service.Insert(GBaseUriFactory.Default.ItemsFeedUri,
gBaseEntry);

         query for  "[item type:HxMData]"  doesn't find any of them
until i go in my account and declare publish for each of them.
         query simple works so i think there is a problem with
ItemType.
10x,
Corina

On Jun 2, 4:44 pm, "[email protected]" <[email protected]>
wrote:
> Well i just what to get the items (there were 40 items in my
> account) .
> The code I use is copy-pasted from the demo .To be more exact : on
> line 199 Form1.vb from gbase_demo it crashes:
> "Private Sub GetData_Click(ByVal sender As System.Object, ByVal e As
> System.EventArgs) Handles GetData.Click
>         Dim service As GBaseService = New GBaseService(Me.Text,
> AppKey.Text)     ====>>>>here
> "
> In browser i get  : System.Net.WebException: The remote server
> returned an error: (404) Not Found.
>
> But i very courios that it happens online for 1 account/ for the other
> one work s just fain.
>
> On Jun 2, 4:10 pm, Tom Wilson <[email protected]> wrote:
>
> > What is the code doing exactly ? Are you pushing a lot of updates/
> > insert etc.. to Google Base ?
>
> > On Jun 2, 1:02 pm, "[email protected]" <[email protected]>
> > wrote:
>
> > > I have 2 google accounts : one of them still works fine (I get my
> > > items in your VB GoogleBase Demo project) but with the other i get
> > > this error:
>
> > >                     Execution of request 
> > > failed:http://base.google.com/base/feeds/items
>
> > > Everything  was fine until 2 hours ago. I didn't change the code.
>
> > > 10x,Corina,Romania
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data 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-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to