# Google Cloud Storage

Je kunt een XML-, CSV-, TXT- of JSON-bestand rechtstreeks importeren vanaf je Google Cloud Storage (GCS).

{% stepper %}
{% step %}

### Voeg een nieuwe XML/CSV/TXT/JSON-import toe

* Ga naar **Setup > Import**.
* Klik **Import instellen** (of **Combineer imports** als je een import aan dit project hebt toegevoegd).
* Selecteer het bestandstype dat je nodig hebt: XML, CSV, TXT of JSON.
  {% endstep %}

{% step %}

### Configureer de GCS-importinstellingen

* Bij **Naam**, voeg een naam toe voor je import.
* Bij **\[type van] bestands-URL**, plak je GCS-bestands-URL vanuit Google Cloud.
  * Zorg dat je URL begint met “<https://storage.cloud.google.com”>.
* Bij **Authenticatie**, selecteer "Google Cloud Storage (GCS)".
* Voor **Upload GCS Service Account Key-bestand**, maak en download een Service Account-sleutelbestand met Google Cloud: <https://cloud.google.com/iam/docs/keys-create-delete#iam-service-account-keys-create-console>. Zodra je het bestand hebt gemaakt, upload je het.
* Voor **Encoding**, **Quoting** en **Scheidingsteken**, selecteer "Automatisch detecteren".

{% hint style="warning" %}
Om veiligheidsredenen moet je Google Service Account zo weinig mogelijk rechten geven. Zorg er bijvoorbeeld voor dat het account alleen leesrechten heeft voor de bestanden die je wilt importeren.
{% endhint %}

<figure><img src="/files/2b71f58c34f4d3a6ec1589a876fce2207c2385cf" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Als een bestand in GCS publiek beschikbaar is, hoef je geen authenticatie in te stellen (Controleer **Publieke URL** in Google Cloud). Je kunt “Geen authenticatie” selecteren bij **Authenticatie**.
{% endhint %}

<figure><img src="/files/afb740b34629a402614af509aac37cde1a070fd8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Importeer je items

Na het configureren van de GCS-instellingen voor je import, klik **Start import**. Je wordt doorgestuurd naar de **Wijzig mapping** tabblad waar je op moet klikken **Opslaan & importeren**.

Je data begint te importeren vanaf Google Cloud Storage.

<figure><img src="/files/b4135c125c809c364923998946fcb47b9b3a03a7" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://helpcenter.channable.com/import-data/import-data-nl/importhandleiding/importeer-je-productgegevens/importeren-via-een-databestand/google-cloud-storage.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.
