Skip to content

added image #23371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -76,29 +76,31 @@ Enter all the following fields in the destination configuration section and conf
Description | **`Destination to connect Google Drive`**
URL | **`https://www.googleapis.com/drive/v3`**
Proxy Type | **`Internet`**
Authentication | **`NoAuthentication`**
Authentication | **`OAuth2ClientCredentials`**
Client ID | **`A client ID that is obtained from a JSON file.`**
Client Secret | **`Enter the key from the JSON file`**
Token Service URL Type | **`Dedicated`**
Token Service URL | **`A token URI that is obtained from a JSON file.`**

And the following ***Additional Properties:***


And the following **Additional Properties**:

> <span style="color:red"> Note: </span> Open the downloaded JSON file with public/private key pair from Google service accounts. For more information about the detailed steps, see [Configure Service Account Access](https://developers.google.com/workspace/guides/create-credentials?hl=en#create_credentials_for_a_service_account).


Property Name | Value
:------------- | :-------------
`google.auth_provider_x509_cert_url` | *An `auth_provider_x509_cert_url` obtained from the JSON file*
`google.auth_uri` | *The Google authentication URI obtained from a JSON file*
`google.client_email` | *A client email obtained from a JSON file.*
`google.client_id` | *A client ID obtained from a JSON file*
`google.client_x509_cert_url` | *A client X509 certificate URL obtained from a JSON file*
`google.private_key` | *Enter the Google Cloud private key*
`google.private_key_id` | *A private key ID obtained from a JSON file*
`google.project_id` | *A project ID obtained from a JSON file*
`google.token_uri` | *A token URI obtained from a JSON file*
`google.type` | **`service_account`**

> **Note:**
When connecting your services to SAP BTP services and on-premise systems, credentials are exposed in plain text to the person performing the configuration. Make sure that you've operational countermeasures in place to prevent unauthorized copies of credentials from being leaked.

When you specify a URL with the HTTPS scheme, a checkbox Use default **JDK truststore** will appear. Ensure that this is checked.

!![HTTPDestination](NewDestinatioFormat.png)
!![HTTPDestination](NewDestinatioFormat_v1.png)


[DONE]
Expand Down