I often get an Internal Server Error. Occasionally I can make it past
user-entity creation, but then fail when I attempt to append the user
data.
My code is written in C#.net.
I am POSTing to:
http://api.geoapi.com/v1/e/?apikey=MY_KEY
Example creation data I am posting:
"{\"name\":\"test\",\"geom\":{\"type\":\"Point\",\"coordinates\":
[-84.12344,33.1234]}}"
I am still able to do various queries that are GETs.
Any idea what could be wrong? Perhaps some recent change to the
service?
My key is associated with following email:
user: jeff.wilson
domain: bitc.gatech.edu
(put together with @ for email)
Thanks,
Jeff