I had removed the id to do some testing, thought maybe it was finding duplicate id's and causing the error. I added back the id, removed the <link href="http://www.europartscatalog.com/1975/porsche/911/brake- rotors.html" rel="alternate" type="text/html" /> and it worked. I left the type as Product and it still worked. Thanks for the help!
On Mar 25, 5:30 pm, Support <[email protected]> wrote: > Hey.... > Even I had the problem... > Yes, their rules have changed... > U need an unique ID for every product and also a product type so > chnage the product type to Electronics for now and then test your > code... > > On Mar 25, 9:15 pm, "[email protected]" > > <[email protected]> wrote: > > I see that now, however this has never been a problem before (2 years > > same code C#) and was required to get URL to point to our website and > > not to the product page google created for the product. Maybe the > > rules have changed in the last couple weeks. > > > On Mar 25, 1:58 pm, Tom Wilson <[email protected]> wrote: > > > > Not to state the obvious here but have you try it removing one of the > > > duplicate URL's ? > > > > <g:link type="url" > > > xmlns:g="http://base.google.com/ns/1.0">http://www.europartscatalog.com/1975/porsche/911/brake-rotors.html</g:link> > > > > <link href="http://www.europartscatalog.com/1975/porsche/911/brake- > > > rotors.html" rel="alternate" type="text/html" /> > > > > You only need one remove the <g:link> entry. > > > > On Mar 25, 8:54 pm, "[email protected]" > > > > <[email protected]> wrote: > > > > Ok, now the XML is cleaned up. Any ideas? The API demo page returns > > > > the same error. > > > > > <?xml version='1.0'?> > > > > <entry xmlns="http://www.w3.org/2005/Atom"> > > > > <g:item_type type="text" xmlns:g="http://base.google.com/ns/ > > > > 1.0">Products</g:item_type> > > > > <g:title type="text" xmlns:g="http://base.google.com/ns/1.0">1975 > > > > Porsche 911 Brake Rotors - Zimmermann</g:title> > > > > <g:description type="text" xmlns:g="http://base.google.com/ns/ > > > > 1.0">Vented - 5-Lug. 1975 Porsche 911 Brake Rotors manufactured by > > > > Zimmermann. Highest quality Porsche 911 Brake Rotors at discount > > > > prices!</g:description> > > > > <g:brand type="text" xmlns:g="http://base.google.com/ns/ > > > > 1.0">Zimmermann</g:brand> > > > > <g:year type="text" xmlns:g="http://base.google.com/ns/1.0">1975</ > > > > g:year> > > > > <g:make type="text" xmlns:g="http://base.google.com/ns/1.0">Porsche</ > > > > g:make> > > > > <g:model type="text" xmlns:g="http:// base.google.com/ns/1.0">911</ > > > > g:model> > > > > <g:payment type="text" xmlns:g="http://base.google.com/ns/1.0">Visa</ > > > > g:payment> > > > > <g:payment type="text" xmlns:g="http://base.google.com/ns/ > > > > 1.0">MasterCard</g:payment> > > > > <g:payment type="text" xmlns:g="http://base.google.com/ns/ > > > > 1.0">Discover</g:payment> > > > > <g:payment type="text" xmlns:g="http:// base.google.com/ns/ > > > > 1.0">American Express</g:payment> > > > > <g:part_name type="text" xmlns:g="http://base.google.com/ns/1.0">Brake > > > > Rotors</g:part_name> > > > > <g:part_number type="text" xmlns:g="http://base.google.com/ns/ > > > > 1.0">W0133-1619299</g:part_number> > > > > <g:product_type type="text" xmlns:g="http://base.google.com/ns/ > > > > 1.0">Parts</g:product_type> > > > > <g:condition type="text" xmlns:g="http://base.google.com/ns/1.0">New</ > > > > g:condition> > > > > <g:currency type="text" xmlns:g="http://base.google.com/ns/1.0">USD</ > > > > g:currency> > > > > <g:image_link type="url" xmlns:g="http://base.google.com/ns/ > > > > 1.0">http://img.eautopartscatalog.com/live/thmb/W01331619299ZIM.JPG</ > > > > g:image_link> > > > > <g:link type="url" > > > > xmlns:g="http://base.google.com/ns/1.0">http://www.europartscatalog.com/1975/porsche/911/brake-rotors.html</g:link> > > > > <g:price type="floatUnit" xmlns:g="http://base.google.com/ns/ > > > > 1.0">55.58 USD</g:price> > > > > <g:expiration_date type="date" xmlns:g="http://base.google.com/ns/ > > > > 1.0">2009-04-14</g:expiration_date> > > > > <link href="http://www.europartscatalog.com/1975/porsche/911/brake- > > > > rotors.html" rel="alternate" type="text/html" /> > > > > </entry> > > > > > On Mar 25, 1:48 pm, "[email protected]" > > > > > <[email protected]> wrote: > > > > > a little easier to read: > > > > > <entry xmlns="http://www.w3.org/2005/Atom"> > > > > > <g:item_type type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > Products > > > > > </g:item_type> > > > > > <g:title type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > 1975 Porsche 911 Brake Rotors - Zimmermann > > > > > </g:title> > > > > > <g:description type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > Vented - 5-Lug. 1975 Porsche 911 Brake Rotors manufactured by > > > > > Zimmermann. Highest quality Porsche 911 Brake Rotors at discount > > > > > prices! > > > > > </g:description> > > > > > <g:brand type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > Zimmermann > > > > > </g:brand> > > > > > <g:year type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > 1975 > > > > > </g:year> > > > > > <g:make type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > Porsche > > > > > </g:make> > > > > > <g:model type="text" xmlns:g="http:// base.google.com/ns/1.0"> > > > > > 911 > > > > > </g:model> > > > > > <g:payment type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > Visa > > > > > </g:payment> > > > > > <g:payment type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > MasterCard > > > > > </ g:payment> > > > > > <g:payment type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > Discover > > > > > </g:payment> > > > > > <g:payment type="text" xmlns:g="http:// base.google.com/ns/1.0"> > > > > > American Express > > > > > </g:payment> > > > > > <g:part_name type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > Brake Rotors > > > > > </ g:part_name> > > > > > <g:part_number type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > W0133-1619299 > > > > > </g:part_number> > > > > > <g:product_type type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > Parts > > > > > </g:product_type> > > > > > <g:condition type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > New > > > > > </g:condition> > > > > > <g:currency type="text" xmlns:g="http://base.google.com/ns/1.0"> > > > > > USD > > > > > </g:currency> > > > > > <g:image_link type="url" > > > > > xmlns:g="http://base.google.com/ns/1.0">http://img.eautopartscatalog.com/live/thumb/W01331619299ZIM.JPG > > > > > </g:image_link> > > > > > <g:link type="url" > > > > > xmlns:g="http://base.google.com/ns/1.0">http://www.europartscatalog.com/1975/porsche/911/brake-rotors.html > > > > > </g:link> > > > > > <g:price type="floatUnit" xmlns:g="http://base.google.com/ns/1.0"> > > > > > 55.58 USD > > > > > </g:price> > > > > > <g:expiration_date type="date" xmlns:g="http://base.google.com/ns/ > > > > > 1.0"> > > > > > 2009-04-14 > > > > > </g:expiration_date> > > > > > <link href="http://www.europartscatalog.com/1975/porsche/911/brake- > > > > > rotors.html" rel="alternate" type="text/html" /> > > > > > </entry> > > > > > > On Mar 25, 12:56 pm, "[email protected]" > > > > > > <[email protected]> wrote: > > > > > > Hello Alex, > > > > > > > Here is the XML: > > > > > > > <entry xmlns="http://www.w3.org/2005/Atom"><g:item_type type="text" > > > > > > xmlns:g="http://base.google.com/ns/1.0">Products</g:item_type><g:title > > > > > > type="text" xmlns:g="http://base.google.com/ns/1.0">1975 Porsche 911 > > > > > > Brake Rotors - Zimmermann</g:title><g:description type="text" > > > > > > xmlns:g="http://base.google.com/ns/1.0">Vented - 5-Lug. 1975 Porsche > > > > > > 911 Brake Rotors manufactured by Zimmermann. Highest quality Porsche > > > > > > 911 Brake Rotors at discount prices!</g:description><g:brand > > > > > > type="text" xmlns:g="http://base.google.com/ns/1.0">Zimmermann</ > > > > > > g:brand><g:year type="text" xmlns:g="http://base.google.com/ns/ > > > > > > 1.0">1975</g:year><g:make type="text" > > > > > > xmlns:g="http://base.google.com/ > > > > > > ns/1.0">Porsche</g:make><g:model type="text" xmlns:g="http:// > > > > > > base.google.com/ns/1.0">911</g:model><g:payment type="text" > > > > > > xmlns:g="http://base.google.com/ns/1.0">Visa</g:payment><g:payment > > > > > > type="text" xmlns:g="http://base.google.com/ns/1.0">MasterCard</ > > > > > > g:payment><g:payment type="text" xmlns:g="http://base.google.com/ns/ > > > > > > 1.0">Discover</g:payment><g:payment type="text" xmlns:g="http:// > > > > > > base.google.com/ns/1.0">American Express</g:payment><g:part_name > > > > > > type="text" xmlns:g="http://base.google.com/ns/1.0">Brake Rotors</ > > > > > > g:part_name><g:part_number type="text" > > > > > > xmlns:g="http://base.google.com/ > > > > > > ns/1.0">W0133-1619299</g:part_number><g:product_type type="text" > > > > > > xmlns:g="http://base.google.com/ns/1.0">Parts</ > > > > > > g:product_type><g:condition type="text" xmlns:g="http:// > > > > > > base.google.com/ns/1.0">New</g:condition><g:currency type="text" > > > > > > xmlns:g="http://base.google.com/ns/1.0">USD</g:currency><g:image_link > > > > > > type="url" xmlns:g="http://base.google.com/ns/1.0">http:// > > > > > > img.eautopartscatalog.com/live/thumb/W01331619299ZIM.JPG</ > > > > > > g:image_link><g:link type="url" xmlns:g="http://base.google.com/ns/ > > > > > > 1.0">http://www.europartscatalog.com/1975/porsche/911/brake- > > > > > > rotors.html</g:link><g:price type="floatUnit" xmlns:g="http:// > > > > > > base.google.com/ns/1.0">55.58 USD</g:price><g:expiration_date > > > > > > type="date" xmlns:g="http://base.google.com/ns/1.0">2009-04-14</ > > > > > > g:expiration_date><link href="http://www.europartscatalog.com/1975/ > > > > > > porsche/911/brake-rotors.html" rel="alternate" type="text/html" /></ > > > > > > entry> > > > > > > > On Mar 25, 11:16 am, Alex <[email protected]> wrote: > > > > > > > > Can you give an example of an item that fails? It would help a > > > > > > > lot to see > > > > > > > the xml item, as it is sent to the Base API server. > > > > > > > Reproducing the issue using the API Demo > > > > > > > Page<http://www.google.com/base/api/demo/html/demo.html>and > > > > > > > providing > > > > > > > the XML you use there would help even more. > > > > > > > Alex > > > > > > > > On Wed, Mar 25, 2009 at 5:00 AM, [email protected] < > > > > > > > > [email protected]> wrote: > > > > > > > > > Anything? > > ... > > read more » --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
