# OneDrive

> OneDrive - このセクションの終わりには、選択した認証タイプに必要なフィールドを含め、完全に設定されたアプリケーションが完成しているはずです。

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-07-19T06:00:53.425946+00:00` (UTC).

## Primary page

- [OneDrive](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md): Full documentation for this topic (Markdown sidecar).

## Sections on this page

- [サポートされている認証](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md#supported-authentication): In-page section heading.
- [前提条件](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md#prerequisites): In-page section heading.
- [Generate credentials](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md#generate-credentials): In-page section heading.
- [Create an application in Azure](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md#create-an-application-in-azure): In-page section heading.
- [Configure the client secret](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md#configure-the-client-secret): In-page section heading.
- [DataRobotでの接続の設定](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md#set-up-a-connection-in-datarobot): In-page section heading.
- [必須パラメーター](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md#required-parameters): In-page section heading.
- [機能に関する注意事項](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md#feature-considerations): In-page section heading.
- [トラブルシューティング](https://docs.datarobot.com/ja/docs/reference/data-ref/data-sources/dc-onedrive.html.md#troubleshooting): In-page section heading.

## Documentation content

> [!NOTE] セルフマネージドAIプラットフォームのインストール
> Microsoft OneDriveコネクターは自動的にインストールされ、手動で追加する必要はありません。

## サポートされている認証

- Azure OAuth (delegated access)
- Azure service principal (app-only access)

## 前提条件

DataRobotでOneDriveに接続するには、以下が必要です。

- Azure OAuthまたはサービスプリンシパルで認証されたOneDriveアカウント
- OneDriveに保存されたデータ

## Generate credentials

このセクションの終わりには、選択した認証タイプに必要なフィールドを含め、完全に設定されたアプリケーションが完成しているはずです。

OAuth required fields:

- クライアントID
- クライアントシークレット
- スコープ

Service principal required fields:

- クライアントID
- クライアントシークレット
- テナントID

### Create an application in Azure

To support Azure OAuth or service principal, you must [create and register an application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app) for DataRobot in the Azure portal, and then configure its permissions. Use the appropriate configuration parameters based on your authentication type:

**OAuth:**
Configuration parameter
説明
Supported account types
Accounts in any organizational directory and personal Microsoft accounts (multi-tenant).
Accounts in any organizational directory (multi-tenant).
Redirect URI
Select
Web
and enter a redirect URI as follows:
(SaaS)
https://<host>.datarobot.com/account/azure/azure_oauth_authz_return
(Self-managed)
https://<customer-datarobot-host>/account/azure/azure_oauth_authz_return

**サービスプリンシパル:**
Configuration parameter
説明
Supported account types
Select
Accounts
in this organization directory only (single-tenant).
Redirect URI
N/A


After registration is complete, go to the Overview page and copy the following information:

- Application ID ( Client ID )
- Directory ID ( Tenant ID —service principal only)

### Configure the client secret

1. Azureポータルのアプリ登録（Microsoft Entra ID > アプリの登録 ）で、DataRobotアプリケーションに移動します。
2. Select Certificates & secrets > Client secrets > New secret .
3. Add a description and expiration date, then click Add .
4. After saving the client secret, the value of the client secret is displayed. This value is only displayed once, so make sure you copy and store it. 備考各クライアントシークレットには有効期限があります。 To avoid OAuth outages, it is recommended that you periodically create a new client secret. Once you've created a new client secret, you must update all associated credentials.

## DataRobotでの接続の設定

OneDriveに接続するには、ベクターデータベースを作成し、 [データソースを選択](https://docs.datarobot.com/ja/docs/agentic-ai/vector-database/vector-dbs.html.md#add-a-data-source) する際に、接続先としてOneDriveを追加します。

また、 [アカウント設定 > データ接続ページ](https://docs.datarobot.com/ja/docs/platform/acct-settings/nxt-data-connect.html.md) からOneDrive接続を設定することもできます。

### 必須パラメーター

Microsoft OneDriveへの接続にパラメーターは不要です。

## 機能に関する注意事項

- OneDriveコネクターは非構造化データのみをサポートしており、ベクターデータベースの作成時にのみ利用可能です。
- OneDriveコネクターは、ベクターデータベース作成ワークフローの一部として、 アカウント設定 > データ接続 からのみ追加および表示できます。 データセット（構造化データ）を扱う他の領域、たとえばNextGenの データを参照 モーダルやDataRobot Classicの AIカタログ ではOneDrive接続を表示できません。

## トラブルシューティング

| 問題 | 解決方法 | 説明 |
| --- | --- | --- |
| DataRobotで操作を実行しようとすると、ファイアウォールが毎回IPアドレスをクリアするよう要求します。 | DataRobotで許可されたすべてのIPを追加します。 | 許可された送信元IPアドレスを参照してください。 許可されたIPをすでに追加している場合は、既存のIPが完全であることを確認してください。 |
