Fusion tables insert via google apps script -


Whenever I try to insert "inserted" rows into a fusion table using the non-SQL method, then I get the following error Receives: "We" Sorry, there was a server error. Please wait a bit and try again. "I am authenticated and can be inserted using the SQL statement, but there are limitations for the inclusive length, so I am trying to use a different method. function temp () {Var tableId = "& lt; Table ID & gt; "; Var blob = utilities.newblob (['hi', 'how', 'you are']) (','), {type:" octet / stream "}); Ret = FusionTables.Table.importRows ( Table id, blob); Logger.log ([ret, "id"])}

< P> Landing for others When a blob is created on this question, then byte [] and string is required. The working function will be:

  function temp () {var tableId = "& lt; Table ID ";; bloc = utilities.nubbl (['hi', 'how', 'you are']. Join (','), 'app / octet-stream'); Ret = FusionTables.Table.importRows (Table ID, Blob); Logger.log (for [ret, "id"]}  

Using FusionTables with Google Apps Script One For tutorials that have seen many helpful helpful scripts


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -