[Google-Base-API] Re: Getting clicks per day

2009-07-29 Thread Tom Wilson
you'd just do an 'empty' query and cycle through the results. On Jul 23, 8:31 pm, gwgeller wrote: > Ok, I'm going to try doing it daily and taking the difference. My > question now is what do I use as a query to return all my products? > I'm using VB.NET. > Thanks, > Gunner > > On Jul 16, 10:20 

[Google-Base-API] Re: Error using samples.

2009-07-29 Thread Tom Wilson
How many requests are you actually sending ? On Jul 21, 5:17 pm, Josh Roberts wrote: > The query was working outside the API. > > What are the API-usage limits? that seems more likely. > > On Jul 21, 8:42 am, Celebird wrote: > > > > > stoppedworkingin > > whatway?doesthesamequeryuriworkoutside

[Google-Base-API] Is there any way to perform a substring/negative substring match?

2009-07-29 Thread SpeedBird
Hi, I'm trying to retrieve data from the public feed where part of the title doesn't contain a substring, for example: (obviously, these are purely hypothetical) The query: /feeds/snippets/-/products?q=product abcxyz&max-results=10 Would return: 1. product abcxyz some more info ab123 2. prod

[Google-Base-API] Re: (404) Service Not Found when connecting to Google Base via API to insert items

2009-07-29 Thread Brad Walker
Hello Kee, have you got it work now? Thanks! On Jul 17, 4:21 pm, kee wrote: > I found the same problem,I have changed account for 5 times,everytime > I can insert less than 5 entries(one by one,not by batch,and batch > return 503 error) > > how to make it work~ --~--~

[Google-Base-API] Re: Service not found issue.

2009-07-29 Thread Brad Walker
Anybody met with the same issue before?? On Jul 28, 12:36 am, Brad Walker wrote: > I'm using the following code to call the API to insert items: > >         private void PostData_Click(object sender, EventArgs e) >         { >             try >             { >                 GBaseService servic