> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/japanese/plugin-usage/resourcepack-hosting/onedrive.md).

# OneDrive

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

### Step 1

![](/files/irNCEnZRfvGe400p7RGS)

### Step 2

![](/files/7kmpohUvbeqDUuHaa1W9)

### Step 3

![](/files/E8c1LeJkZrx7uvqB8ENA)

### 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="/pages/GTR02XSUeTPRIwZ32nHb" %}
[First Install](/japanese/plugin-usage/first-install.md)
{% endcontent-ref %}


---

# 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:

```
GET https://itemsadder.devs.beer/japanese/plugin-usage/resourcepack-hosting/onedrive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
