From b159c6829bdfcb465b996f8405cab74fa0ea773c Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer <jeff@metabase.com> Date: Tue, 8 Mar 2022 09:02:01 -0800 Subject: [PATCH] Update bigquery-drive.md (#20890) --- docs/troubleshooting-guide/bigquery-drive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting-guide/bigquery-drive.md b/docs/troubleshooting-guide/bigquery-drive.md index d94511b8dc0..372311ed9de 100644 --- a/docs/troubleshooting-guide/bigquery-drive.md +++ b/docs/troubleshooting-guide/bigquery-drive.md @@ -10,7 +10,7 @@ If you encounter an error that looks like this: 403 Forbidden POST https://www.googleapis.com/bigquery/v2/projects/PROJECT-NAME/queries { "code" : 403, "errors" : [ { "domain" : "global", "message" : "Access Denied: BigQuery BigQuery: Permission denied while getting Drive credentials.", "reason" : "accessDenied" } ], "message" : "Access Denied: BigQuery BigQuery: Permission denied while getting Drive credentials.", "status" : "PERMISSION_DENIED" } ``` -You may have forgotten to [share your Google Drive source](../administration-guide/databases/bigquery/#share-your-google-drive-source-with-the-service-account) with the service account email. Once that's been fixed, that error should disappear and you'll be able to view and query your data source. +You may have forgotten to [share your Google Drive source](../administration-guide/databases/bigquery#share-your-google-drive-source-with-the-service-account) with the service account email. Once that's been fixed, that error should disappear and you'll be able to view and query your data source. ## Further reading -- GitLab