the <ahref="https://developers.google.com/fusiontables/docs/v1/getting_started"
target="_blank">Fusion Tables API V1.0</a>. <p>Applications using
the <ahref="https://developers.google.com/fusiontables/docs/v2/getting_started"
target="_blank">Fusion Tables API V2.0</a>. <p>Applications using
Fusion Tables must authenticate with Google's servers. There are two
ways this can be done. The first way only uses an API Key which you (the
developer) obtain. With this approach end-users must also
...
...
@@ -553,7 +553,7 @@ none
<p>Note that you do not need to worry about UTF-encoding the
query. But you do need to make sure the query follows the syntax
described
in <ahref="https://developers.google.com/fusiontables/docs/v1/getting_started"
in <ahref="https://developers.google.com/fusiontables/docs/v2/getting_started"
target="_blank">the reference manual</a>, which means that
things like capitalization for names of columns matters, and that
single quotes must be used around column names if there are spaces
...
...
@@ -578,7 +578,7 @@ none
<dt><code>KeyFile</code></dt>
<dd>Specifies the path of the private key file. This key file is used to get access to the FusionTables API through Service Authentication.</dd>
<dt><code>Query</code></dt>
<dd>The query to send to the Fusion Tables API. <p>For legal query formats and examples, see the <ahref="https://developers.google.com/fusiontables/docs/v1/getting_started"target="_blank">Fusion Tables API v1.0 reference manual</a>.</p><p>Note that you do not need to worry about UTF-encoding the query. You must make sure the query follows the syntax described in the reference manual. Note that capitalization for names of columns is necessary and that single quotes must be used around column names if there are spaces in them.</p></dd>
<dd>The query to send to the Fusion Tables API. <p>For legal query formats and examples, see the <ahref="https://developers.google.com/fusiontables/docs/v2/getting_started"target="_blank">Fusion Tables API v2.0 reference manual</a>.</p><p>Note that you do not need to worry about UTF-encoding the query. You must make sure the query follows the syntax described in the reference manual. Note that capitalization for names of columns is necessary and that single quotes must be used around column names if there are spaces in them.</p></dd>
<dt><code>ServiceAccountEmail</code></dt>
<dd>The Service Account Email Address used for Service Authentication.</dd>