You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Prompt Message| Specifies the message that users see when they initiate the integration. Use this field to provide context about what happens next. The message is limited to 500 characters.|
The **Callback Parameters** section configures the parameters that Box sends to the callback URL when a user accepts a confirmation prompt. If this setting is not configured, Box does not send any parameters to the callback URL. To add a parameter, select the **Method** (GET or POST), specify the **Parameter name** and add a **Parameter value**.
The **File** method is no longer supported. If you already used this method, you cannot edit its values. You can change the **File** method to **GET** or **POST**, but you can't undo this action.
Use the [`PUT /files/:id`][Update file]API endpoint to add a file to an archive, or the [`PUT /folders/:id`][Update folder] endpoint to add a folder. The `id` parameter is the ID of the file/folder you want to add to the archive. To specify the destination, use the `parent.id`[parameter][Update parent id of folder] in the request body. This can be either an ID of an archive or the ID of a folder that is inside an archive.
33
+
[`PUT /files/:id`][Update file]APIエンドポイントを使用してアーカイブにファイルを追加するか、[`PUT /folders/:id`][Update folder]エンドポイントを使用してフォルダを追加します。`id`パラメータは、アーカイブに追加するファイル/フォルダのIDです。追加先を指定するには、リクエスト本文内で`parent.id`[パラメータ][Update parent id of folder]を使用します。これには、アーカイブのID、またはアーカイブ内にあるフォルダのIDを指定できます。
Copy file name to clipboardExpand all lines: guides/archives/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,23 +32,23 @@ fullyTranslated: true
32
32
33
33
<Messagetype="notice">
34
34
35
-
Box Archive is available only for Enterprise Advanced accounts.
35
+
Box Archiveは、Enterprise Advancedアカウントでのみ使用できます。
36
36
37
37
</Message>
38
38
39
-
Box Archive allows you to create and manage archives. An archive is a folder dedicated to storing content that is redundant, outdated, or trivial. Content in an archive is owned by the enterprise, and it is not accessible to previous owner and collaborators.
Archives are a special type of folders. Box Archive APIs allow you to create, list and delete archives. However, there are other APIs that also work with archives or with content within archives. For a full list of supported APIs, see the [Supported APIs][Supported APIs] guide.
Before using any of the Box Archive APIs, make sure you can access [Box Archive in Admin Console][Box Archive in Admin Console]. Your Box Platform app must have the `GCM` and `Read and write all files and folders`[scopes][Scopes] enabled. If you plan to only view archives and not modify them, use the `Read all files and folders` instead of the `Read and write all files and folders` scope.
47
+
Box Archive APIのいずれかを使用する前に、[管理コンソール内のBox Archive][Box Archive in Admin Console]にアクセスできることを確認してください。Box Platformアプリでは、`GCM`および`Read and write all files and folders`[スコープ][Scopes]が有効になっている必要があります。アーカイブを表示するだけで、変更しない予定の場合は、`Read and write all files and folders`スコープではなく`Read all files and folders`スコープを使用してください。
48
48
49
49
<Messagetype="notice">
50
50
51
-
The `GCM` scope is not available in the Developer Console and needs to be enabled by contacting customer support.
This guide describes how to restore content that you archived by mistake.
28
+
このガイドでは、誤ってアーカイブしたコンテンツを復元する方法について説明します。
29
29
30
-
## Restore file or folder from archive
30
+
## アーカイブからのファイルまたはフォルダの復元
31
31
32
-
Use the [`PUT /files/:id`][Update file]API endpoint to restore a file from an archive, or the [`PUT /folders/:id`][Update folder] endpoint to restore a folder from an archive. The `id` parameter is the ID of the file/folder you want to restore from an archive. To specify the destination, use the `parent.id`[parameter][Update parent id of folder] in the request body. This is the ID of a folder (can be owned by any user) where you want to restore the file/folder.
32
+
[`PUT /files/:id`][Update file]APIエンドポイントを使用してアーカイブからファイルを復元するか、[`PUT /folders/:id`][Update folder]エンドポイントを使用してアーカイブからフォルダを復元します。`id`パラメータは、アーカイブから復元するファイル/フォルダのIDです。復元先を指定するには、リクエスト本文内で`parent.id`[パラメータ][Update parent id of folder]を使用します。これは、ファイル/フォルダの復元先となるフォルダ (任意のユーザーが所有している可能性があります) のIDです。
33
33
34
-
To restore a file/folder to user's root folder, use `0` as the `parent.id` value. Additionally, pass the ID of the user in the `parent.user_id`[parameter][Update parent user id of folder] in the request body.
34
+
ファイル/フォルダをユーザーのルートフォルダに復元するには、`parent.id`の値として`0`を使用します。さらに、リクエスト本文で`parent.user_id`[パラメータ][Update parent user id of folder]にユーザーのIDを渡します。
0 commit comments