Hi all,

I'm trying to upload an item to a personal google base feed and I get
the following error

 <errors>
  <error type="data" field="item" reason="We encountered errors when
processing your item." />
  <error type="data" field="item" reason="Property without enough
data." />
</errors>

when I try to upload an entry. I think my entry has all the required
fields, though. How can I find out what field is missing?

FYI, this is what I'm trying to upload

<?xml version="1.0"?>
<entry xmlns="http://www.w3.org/2005/Atom"; xmlns:g="http://
base.google.com/ns/1.0">
  <title>CHATTAHOOCHEE INDUSTRIAL DISTRICT</title>
  <g:year></g:year>
  <g:broker>King Realty</g:broker>
  <g:listing_status>active</g:listing_status>
  <g:price>5000</g:price>
  <g:id>10-D321</g:id>
  <content>1,600sf Office; Freestanding; Brick on Block; 3 Dock Doors;
Asking $800,000</content>
  <summary>1,600sf Office; Freestanding; Brick on Block; 3 Dock Doors;
Asking $800,000</summary>
  <link href="http://www.kingrealty.net";>http://www.kingrealty.net</
link>
  <description>1,600sf Office; Freestanding; Brick on Block; 3 Dock
Doors; Asking $800,000</description>
  <g:provider_class>broker</g:provider_class>
  <g:application>DS-updater</g:application>
  <g:property_type>commercial</g:property_type>
  <g:contact_phone>404-942-2040</g:contact_phone>
  <g:item_type>housing</g:item_type>
  <g:location>1919 Hills Avenue, Atlanta, GA 30318</g:location>
  <g:listing_type>for sale</g:listing_type>
</entry>

-- 
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 google-base-data-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-base-data-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-base-data-api?hl=en.

Reply via email to