# Google Drive

{% hint style="warning" %}
This method has some problems on some PCs in Minecraft versions before 1.17 because of a Minecraft bug, read more here: <https://bugs.mojang.com/browse/MC-143768>

This method should work fine on Minecraft 1.17.1 and most recent versions as Mojang fixed the issue.
{% endhint %}

### Step 1

Rightclick on your resourcepack zip file and press "Get link"

![](/files/C4hi6P1iC7iN1EG80gYa)

### Step 2

Important: set the permission to "Anyone with the link"

![](/files/ilwkjIZBTCai7NPVE5aB)

Press "Copy link"

![](/files/V7WozMKXqSrFI8pslEXf)

### Step 3

Visit this website: <http://a.devs.beer/gdrive-direct>

Paste the link and press on "Get direct link"

<img src="/files/Y46TzN3pdchucg9I9e6j" alt="" data-size="original">

### Step 4

The website automatically adds the generated link in your clipboard.

![](/files/Ks5zwwa4hS4A5ZRpHYF5)

You can now paste the link inside **ItemsAdder** configuration file `config.yml`, then use `/iareload` command.

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

```yaml
external-host:
  enabled: true
  url: 'http://drive.google.com/uc?export=view&id=10g3whim95Hab40KZNjUkwY9FUuqKMGh5'
```

{% endcode %}

### Done!

You can now see that the pack is correctly loaded by the game.

## Common issues

### Long time on "Making Request... 100%"

### ![](/files/l7lTx5L8DioOGtJ2u5hK)

This is normal. This happens because Google Drive is doing some stuff before authorizing the download of the resourcepack.

This happens only when the player downloads the resourcepack for the first time and it will take from 5 to 10 seconds.

### Resourcepack not loading at all

This method has some problems on some PCs in Minecraft versions before 1.17 because of a Minecraft bug, read more here: <https://bugs.mojang.com/browse/MC-143768>

This method works 100% of the times on Minecraft 1.17.1 and most recent versions.

## Continue installation if you need

{% content-ref url="/pages/GTR02XSUeTPRIwZ32nHb" %}
[First Install](/japanese/plugin-usage/first-install.md)
{% endcontent-ref %}


---

# Agent Instructions: 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/google-drive.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.
