diff --git a/tutorials/custom_oauth_client_id.md b/tutorials/custom_oauth_client_id.md index aaf051a1..dd857611 100644 --- a/tutorials/custom_oauth_client_id.md +++ b/tutorials/custom_oauth_client_id.md @@ -126,9 +126,35 @@ Use the _OAuth Client ID_ created to edit the `OAuth Client ID`, `OAuth Redirect Based on the credentials shown in step 11 the correct configuration would look like this: -:::{image} _images/Edit_Custom_Client_ID_Profile.png -:alt: Example Configuration -::: +```xml + + + + Protocol + googledrive + Vendor + googledrive_custom + Description + Google Drive Custom OAuth Client ID + Default Hostname + www.googleapis.com + OAuth Authorization Url + https://accounts.google.com/o/oauth2/auth + OAuth Token Url + https://accounts.google.com/o/oauth2/token + Scopes + + https://www.googleapis.com/auth/drive + + OAuth Redirect Url + com.googleusercontent.apps.293168482058-dvjk8lh6u6n43kio156uerkqcgjl2i5k:oauth + OAuth Client ID + 293168482058-dvjk8lh6u6n43kio156uerkqcgjl2i5k.apps.googleusercontent.com + OAuth Client Secret + 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 + + +``` :::: :::::