From 2fd60f31097db46cbed052bad90206a2854d6107 Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Thu, 18 Jul 2019 11:18:56 +0200 Subject: [PATCH] docs(google-cloud): Fix OAuth Callback URL (#683) --- .../connecting-to-image-archives/google-cloud-healthcare.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latest/connecting-to-image-archives/google-cloud-healthcare.md b/docs/latest/connecting-to-image-archives/google-cloud-healthcare.md index 97405a13f..c7d65fce3 100644 --- a/docs/latest/connecting-to-image-archives/google-cloud-healthcare.md +++ b/docs/latest/connecting-to-image-archives/google-cloud-healthcare.md @@ -37,8 +37,8 @@ Images can even be transcoded on the fly if this is desired. [OAuth 2.0 Client ID](https://support.google.com/cloud/answer/6158849?hl=en) - Add your domain (e.g. `http://localhost:3000`) to Authorized JavaScript origins. - - Add your domain, plus `_oauth/google` (e.g. - `http://localhost:3000/_oauth/google`) to Authorized Redirect URIs. + - Add your domain, plus `callback` (e.g. + `http://localhost:3000/callback`) to Authorized Redirect URIs. - Save your Client ID for later. - (Optional): Enable Public Datasets that are being hosted by Google: