We noticed that our application was getting the error "Either no latitude / longitude was provided, or other information was insufficient for geocoding at or near line # 0 of input." when using the Upload Data API.
One example of the data we send (sensitive values are intentionally hidden):
{"tableName":"mqap.XXXXX_ProviderSearchUAT_TestLocal","returnResults":true,"rows":[[{"Name":"ProviderID","Value":"0000105277"},{"Name":"ProviderType","Value":"AAA"},{"Name":"Name","Value":"AAA of Northwest Arkansas"},{"Name":"Address","Value":"1510 Rock Springs Road"},{"Name":"City","Value":"Harrison"},{"Name":"State","Value":"AR"},{"Name":"ZipCode","Value":"72602"},{"Name":"Phone","Value":"XXX-XXX-XXXX"},{"Name":"IsActive","Value":"True"}]],"append":true,"clientId":"XXXXX","password":"XXXXXXXX"}
On the other hand, a search on mapquest.com for "1510 Rock Springs Road, Harrison, 72602, AR" was successful.
What could be the problem here? Thanks.