Protected
Create a presigned url for a storage key. This endpoint provides a presigned url for a storage key, which can be used to download the file from the storage.
Optional
const response = await client.v1.boxes.storage.presignedURL( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d', { storageKey: 'storage://xxxxxx/xxxxxx/xxxxxxx' },); Copy
const response = await client.v1.boxes.storage.presignedURL( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d', { storageKey: 'storage://xxxxxx/xxxxxx/xxxxxxx' },);
Create a presigned url for a storage key. This endpoint provides a presigned url for a storage key, which can be used to download the file from the storage.