i am kind of new with google apis and JavaScript,
Does any one have a example or a tutorials of how i can connect with the Google-Big Query api using JavaScript and load data from the sample tables to a simple HTML page.
Thanks in advance for this.
Try something like this:
fyi, you may want to try the JavaScript library available here: https://developers.google.com/bigquery/docs/libraries
I find JavaScript authentication method clunky and not well documented. I suggest to use a Python service to run the query. You can pre-load your credential with the service.
Check out this example:
https://vida.io/documents/icwvp4qcCbEkYW2ve