> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/ja/configuration/system-settings/download-directory.md).

# ダウンロード先ディレクトリ

ダウンロード ディレクトリは、ユーザーが復元したいファイルを KONNEKT が保存するパスです。

一般的なユースケースは、ファイルを SharePoint Online に転送する際にエラーが発生した場合です。この場合、KONNEKT は Windows ファイル エクスプローラーにエラーを表示します。ユーザー向けの選択肢の1つは、「[ファイルをダウンロード フォルダーにエクスポートする](/ja/troubleshooting/how-to-deal-with-error-s.md)".

エラーの処理について詳しくは、 [こちらから](/ja/troubleshooting/access-token-issues/error-message-about-missing-token.md).

## 既定の場所

ダウンロード ディレクトリの既定の場所は `%USERPROFILE%\Downloads`.

## ユーザー指定

ポリシーが設定されていない限り、ユーザーは設定ダイアログで場所を手動で変更できます。

<figure><img src="/files/6d85f35d29a2eda620892ab28fe0f14cd08cc1d1" alt=""><figcaption></figcaption></figure>

## ポリシー

{% hint style="info" %}
このポリシーは KONNEKT 2.6.0 以降で利用できます
{% endhint %}

### **定義**

**ポリシー名:** `ダウンロード ディレクトリ`

**ポリシー グループ:** KONNEKT / システム設定

| ポリシー設定 | 動作                                                                               |
| ------ | -------------------------------------------------------------------------------- |
| 未構成    | ユーザー設定/既定値が使用されます。                                                               |
| 有効     | ポリシーで構成されたダウンロード ディレクトリが KONNEKT によって使用されます。ユーザーは設定ダイアログからダウンロード ディレクトリを変更できません。 |
| 無効     | ユーザー設定/既定値が使用されます。                                                               |

### **ポリシーを適用する**

1. GPO 経由については、次を参照してください [GPO での設定](/ja/configuration/management-options/settings-via-gpo.md)
2. Intune 経由でポリシーをプッシュする方法については、次を参照してください [Intune 管理対象デバイスの設定](/ja/configuration/management-options/setting-for-intune-managed-devices-1.md)

{% hint style="warning" %}
最新の [ADMX ファイル](/ja/configuration/management-options/settings-via-gpo.md#admx-file)を使用して、KONNEKT のバージョンに一致させてください。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.konnekt.io/ja/configuration/system-settings/download-directory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
