# Resume upload

Resumes uploading a file to the same location.

> NOTE: After uploading the file, you can add it as Brandfolder asset by
copying the object_url value from the [Get an upload
URL](/api/brandfolder/openapi/binary_upload/opidstorageserviceuploadrequestsget)
response into your request body's attachments.url property. See [Create
assets in a
Brandfolder](/api/brandfolder/openapi/assets/opidapiv4collectionsassetsbybrandfolderidpost)
for details.

Endpoint: PUT /resumable_upload_url
Version: v4
Security: 

## Response 201 fields (application/json):

  - `location` (string)
    Example: "https://storageservice.com/bf-upload-request/signed-resumable-upload-url\n"


