docs(google-cloud): Fix OAuth Callback URL (#683)

This commit is contained in:
Erik Ziegler 2019-07-18 11:18:56 +02:00 committed by GitHub
parent 08ce30e69c
commit 2fd60f3109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: