I am trying to update a row in a Google Fusion table as per the instructions on this page with a URL of the following form:
https://www.google.com/fusiontables/api/query/?sql=UPDATE<TABLEID>SET<COLUMN NAME>=<NEW VALUE>WHERE ROWID=<ROWIDVALUE>
When I enter this into a browser I get a 'File Not Found' message. Any suggestions as to what I might be doing wrong would be appreciated.