trumpimar / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Fusion Tables upload doesn't stop on failure #296

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Fusion Tables upload doesn't stop on failure.  For example, given a track 
name with a single quote in it (and assuming issue 295 isn't fixed), 
SendToFusionTables#runUpdate/query will ignore the HTTPException from the 
Fusion Tables service.  It'll end up with a null table ID, and will continue on 
trying to manipulate that non-existent table.  The upload process should 
instead stop with an error.

A fix for this issue is in simmonmt-staging4

Original issue reported on code.google.com by simmonmt@google.com on 4 Feb 2011 at 8:14

GoogleCodeExporter commented 8 years ago

Original comment by simmonmt@google.com on 9 Feb 2011 at 5:37