# Yandex

{% code fullWidth="true" %}

```
NAME:
   singularity storage create yandex - Yandex ディスク

USAGE:
   singularity storage create yandex [command options] [arguments...]

DESCRIPTION:
   --client-id
      OAuth クライアント ID。
      
      通常、空白のままにしておきます。

   --client-secret
      OAuth クライアントシークレット。
      
      通常、空白のままにしておきます。

   --token
      JSON Blob 形式の OAuth アクセストークン。

   --auth-url
      認証サーバーの URL。
      
      プロバイダのデフォルトを使用する場合は空白のままにしておきます。

   --token-url
      トークンサーバーの URL。
      
      プロバイダのデフォルトを使用する場合は空白のままにしておきます。

   --hard-delete
      ファイルをゴミ箱に入れるのではなく、完全に削除します。

   --encoding
      バックエンドのエンコード方式。
      
      詳細については [概要の "エンコーディング" セクション](/overview/#encoding) を参照してください。


OPTIONS:
   --client-id value      OAuth クライアント ID。 [$CLIENT_ID]
   --client-secret value  OAuth クライアントシークレット。 [$CLIENT_SECRET]
   --help, -h             ヘルプを表示する

   Advanced

   --auth-url value   認証サーバーの URL。 [$AUTH_URL]
   --encoding value   バックエンドのエンコード方式。 (default: "Slash,Del,Ctl,InvalidUtf8,Dot") [$ENCODING]
   --hard-delete      ファイルをゴミ箱に入れるのではなく、完全に削除します。 (default: false) [$HARD_DELETE]
   --token value      JSON Blob 形式の OAuth アクセストークン。 [$TOKEN]
   --token-url value  トークンサーバーの URL。 [$TOKEN_URL]

   General

   --name value  ストレージの名前 (default: 自動生成)
   --path value  ストレージのパス

```

{% endcode %}


---

# 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://data-programs.gitbook.io/singularity/jp/cli-reference/storage/create/yandex.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.
