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
Archives are a special type of folders. Box Archive APIs allow you to create, list, update 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. Additionally, to be able to assign [storage policy][Storage policy] to an archive during its creation, your enterprise must have access to the Box Zones feature and your app must have the `Manage users` 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`スコープを使用してください。さらに、作成中のアーカイブに[ストレージポリシー][Storage policy]を割り当てられるようにするには、企業にBox Zones機能へのアクセス権限、アプリに`Manage users`スコープが必要になります。
Copy file name to clipboardExpand all lines: guides/archives/supported-apis.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ fullyTranslated: true
22
22
---
23
23
# Box ArchiveでサポートされているAPI
24
24
25
-
The basic Box Archive APIs allow you to create, list, update and delete archives, but you can use other APIs to interact with an archive or its content. See the table below for the full list of those APIs.
|[`PUT /files/:id`][Update file]|Add a file to an archive, restore a file from an archive, or move a file within/between archives. Other updates to the file are not allowed. Requires contacting customer support to enable. |
42
-
|[`PUT /folders/:id`][Update folder]|Add a folder to an archive, restore a folder from an archive, move a folder within/between archives, or rename and change the description of a folder in an archive. Other updates to the folder are not allowed. Requires contacting customer support to enable.|
43
-
|[`POST /files/content`][Upload file]|Upload a file to an archive or to a folder within an archive. Requires contacting customer support to enable. |
44
-
|[`GET /files/:id/content`][Download file]|Download a file from an archive or from a folder within an archive. |
45
-
|[`POST /zip_downloads`][Download zip]|Download a zip file of an archive or of a folder within an archive. |
46
-
|[`POST /folders`][Create folder within archive]| アーカイブ内にフォルダを作成します。有効にするには、カスタマーサポートに連絡する必要があります。 |
0 commit comments