# OneDrive

{% hint style="warning" %}
**Not recommended.**
{% endhint %}

### Step 1

![](https://2228257718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Faipc4QQKwVS0w1Q604ya%2Fuploads%2Fgit-blob-da5a56ad2e1e96297b71460ea8e14159d1b587eb%2Fimage%20\(52\)%20\(1\)%20\(1\)%20\(1\)%20\(1\).png?alt=media)

### Step 2

![](https://2228257718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Faipc4QQKwVS0w1Q604ya%2Fuploads%2Fgit-blob-3313b5c4de1d7369325b459b5f7ec44c7228b9f2%2Fimage%20\(43\)%20\(1\)%20\(1\).png?alt=media)

### Step 3

![](https://2228257718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Faipc4QQKwVS0w1Q604ya%2Fuploads%2Fgit-blob-3441116954298fa2da26172c4064b62a47a53345%2Fimage%20\(53\)%20\(1\)%20\(1\).png?alt=media)

### Step 4

Open `config.yml` of **ItemsAdder** and enable the `external-host` option for your new URL.

{% code title="config.yml" %}

```yaml
    external-host:
      enabled: true
      url: 'https://onedrive.live.com/yoururl.....'
      skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: true
```

{% endcode %}

This is very important. Set it to true.

```yaml
skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: true
```

{% hint style="warning" %}
Keep in mind that it's a bit "risky" because the server cannot make sure the URL is valid.

This can cause your players to be stuck on login phase if the URL is not valid or if OneDrive doesn't provide the direct download, sometimes it happens.
{% endhint %}

## Continue installation if you need

{% content-ref url="../first-install" %}
[first-install](https://itemsadder.devs.beer/japanese/plugin-usage/first-install)
{% endcontent-ref %}
