I have shared a dataset to All Authenticated Users here:
https://bigquery.cloud.google.com/table/master-smithy-633:nyc_taxi.total_amount_month
I can access it from a different account through Web UI. But when I run Javascript OAuth to access the dataset, I get the following error:
Object {code: 403, message: "Access Denied: Job master-smithy-633:job_PcyI97Mklw8mbJQUWGhgCxRRKTQ: RUN_QUERY_JOB", data: Array[1], error: Object}
Here's the code that access the dataset. You can clone it to see the error:
https://vida.io/documents/icwvp4qcCbEkYW2ve
How do I enable querying of the above shared dataset in different Google account?