diff --git a/exercises/05-log-requests-in-bigquery/README.md b/exercises/05-log-requests-in-bigquery/README.md index 0c814ad..030bcf2 100644 --- a/exercises/05-log-requests-in-bigquery/README.md +++ b/exercises/05-log-requests-in-bigquery/README.md @@ -30,6 +30,20 @@ Before we can configure the connectivity between Open Connectors and BigQuery, w OAuth consent screen

+In the scopes section, include the following scope: +- API: `BigQuery API`, Scope: `.../auth/devstorage.read_write` + +

+ App registration - scopes
+ App registration - scopes +

+ +If your app is set as internal, you will need to add a test user. In test users, add your email address and click `Save and Continue`. It will likely be the same email you configured in the OAuth consent screen as user support email. + +

+ App registration - Test users
+ Test usApp registration - ers +

#### Create an OAuth 2.0 Client diff --git a/exercises/05-log-requests-in-bigquery/assets/app-registration-scopes.png b/exercises/05-log-requests-in-bigquery/assets/app-registration-scopes.png new file mode 100644 index 0000000..67fa232 Binary files /dev/null and b/exercises/05-log-requests-in-bigquery/assets/app-registration-scopes.png differ diff --git a/exercises/05-log-requests-in-bigquery/assets/app-registration-test-users.png b/exercises/05-log-requests-in-bigquery/assets/app-registration-test-users.png new file mode 100644 index 0000000..6bc88de Binary files /dev/null and b/exercises/05-log-requests-in-bigquery/assets/app-registration-test-users.png differ