Entitlements
ファイルのアップロード
ファイルをデジタルファイルの権利にアップロードします。ファイルはストレージにストリームされ、最大サイズは500 MiBです。返されたファイルIDは、権利のdigital_file_idsリストに追加されます。
POST
JavaScript
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
Entitlement Id
レスポンス
File attached to entitlement
Identifier of the attached file. Pass it to
DELETE /entitlements/{id}/files/{file_id} to detach the file later.
最終更新日 2026年5月28日
JavaScript