-
Javascript requires a client ID in addition to the Project ID you already set up:
-
First select your BigQuery enabled project in the Google Developers Console.
-
Once you are redirected to the Credentials tab, click Create new Client ID under the OAuth section.
-
Set Application type to Web application, and change the Authorized javascript origins to
http://localhost:8000 -
Click the Create Client ID button
-
From the newly created Client ID for web application, save the
Client IDvalue.
-
-
Run a http server (this requires python):
cd getting-started-bigquery/javascript python -m SimpleHTTPServer 8000 -
Using the Client ID value that you made in step 1, view the code at: http://localhost:8000#your-client-id-goes-here
javascript
Directory actions
More options
Directory actions
More options
javascript
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||