11 messages in com.googlegroups.google-base-data-apiRe: Getting Bulk Upload failure with ...
FromSent OnAttachments
Kam13 Aug 2007 14:35 
Jeff S14 Aug 2007 12:06 
Kam14 Aug 2007 15:33 
Kam15 Aug 2007 16:10 
Kam15 Aug 2007 16:26 
Jeff S17 Aug 2007 09:24 
Kam17 Aug 2007 17:53 
Jeff S21 Aug 2007 15:19 
Kam22 Aug 2007 08:34 
Jeff S23 Aug 2007 09:52 
Kam25 Aug 2007 17:36 
Subject:Re: Getting Bulk Upload failure with no message as to why.
From:Kam (kamb@gmail.com)
Date:08/14/2007 03:33:02 PM
List:com.googlegroups.google-base-data-api

Hi Jeff,

Thanks i'll post the question there. The reason I asked here was that i'm actually building this for a shopping cart provider and not myself. I'll write back here if i don't hear anything from the other group.

Thanks, Kam

On Aug 14, 12:07 pm, Jeff S <j.@google.com> wrote:

Hi Kam,

Questions about bulk uploads are usually answered in the Google Base help group here:http://groups.google.com/group/base-help-discussion, and I think the below may be the area for your question:

http://groups.google.com/group/base-help-bulk/topics

Let me know if you don't hear back on that group and I'll take a look.

Thank you,

Jeff

On Aug 13, 2:35 pm, Kam <kamb@gmail.com> wrote:

I'm sending the following RSS XML via an upload and getting a message that it has failed but with no reasons as to why as far as errors go. Could someone please review the XML and tell me what if anything i'm missing.

Thanks, Kam

<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0"> <channel> <title>my title</title> <description>my description</description> <link>http://localhost.volusion.com/</link>

<item> <title>Your Product 2</title> <g:id>YPC-2XCE</g:id> <g:brand>Benjamin Moore</g:brand> <g:description>Benjamin Moore Paint Color 049 Twilight Dreams. This is a Deep value color in the Red Oranges color group. Please select the type and size of paint you would like this color made into from the options on this page.</g:description> <g:expiration_date>8/1/2008 12:00:00 AM</g:expiration_date> <g:price>0.0000</g:price> <g:image_link>http://localhost.volusion.com/v/vspfiles/photos/ YPC-2XCE-2T.jpg</g:image_link> <link>http://localhost.volusion.com/ProductDetails.asp? ProductCode=YPC-2XCE</link> <g:product_type>shirt</g:product_type> <g:condition>new</g:condition> </item> <item> <title>Your Product 3</title> <g:id>YPC-3XCE</g:id> <g:brand>Benjamin Moore</g:brand> <g:description>Benjamin Moore Paint Color 048 Southwest Pottery. This is a Ultra Deep value color in the Red Oranges color group. Please select the type and size of paint you would like this color made into from the options on this page.</g:description> <g:expiration_date>8/1/2008 12:00:00 AM</g:expiration_date> <g:price>0.0000</g:price> <g:image_link>http://localhost.volusion.com/v/vspfiles/photos/ YPC-3XCE-2T.jpg</g:image_link> <link>http://localhost.volusion.com/ProductDetails.asp? ProductCode=YPC-3XCE</link> <g:product_type>pants</g:product_type> <g:condition>new</g:condition> </item> <item> <title>Your Product 4</title> <g:id>YPC-4XCE</g:id> <g:brand>Benjamin Moore</g:brand> <g:description>Benjamin Moore Paint Color 047 Savannah Clay. This is a Deep value color in the Red Oranges color group. Please select the type and size of paint you would like this color made into from the options on this page.</g:description> <g:expiration_date>8/1/2008 12:00:00 AM</g:expiration_date> <g:price>0.0000</g:price> <g:image_link>http://localhost.volusion.com/v/vspfiles/photos/ YPC-4XCE-2T.jpg</g:image_link> <link>http://localhost.volusion.com/ProductDetails.asp? ProductCode=YPC-4XCE</link> <g:product_type>shirts</g:product_type> <g:condition>new</g:condition> </item> <item> <title>Your Product 5</title> <g:id>YPC-5XCE</g:id> <g:brand>volusion.com test</g:brand> <g:description /> <g:expiration_date>8/1/2008 12:00:00 AM</g:expiration_date> <g:price>0.0000</g:price> <g:image_link>http://localhost.volusion.com/v/vspfiles/photos/ YPC-5XCE-2T.jpg</g:image_link> <link>http://localhost.volusion.com/ProductDetails.asp? ProductCode=YPC-5XCE</link> <g:product_type>camera</g:product_type> <g:condition>new</g:condition> </item> </channel> </rss>