Chunked Uploads
Blob Chunked Upload Complete
This documentation provides a comprehensive overview of the PATCH /v1/objects/chunked endpoint of the SquareCloud Blob API.
string
required
The API key for your account. You can find this in your account settings.
upload token; the part list is read back from storage, which is already the authority on which parts landed.
Two failure modes deliberately leave the upload open so you can fix the problem and retry the PATCH instead of re-uploading up to 1 GiB: STORAGE_QUOTA_EXCEEDED (free space, then retry) and CHUNK_TOO_SMALL (re-send the offending parts, then retry). FILE_TOO_SMALL and FILE_TOO_LARGE abort the upload instead.
The rate limit is 5 completions per 10 seconds, so several parallel uploads can finish at the same time.
string
required
The opaque
upload token returned by Chunked Init.Response
string
Indicates whether the call was successful. “success” if successful, “error” if not.
object
Troubleshooting
- 400 Status Code
- 401 Status Code
- 403 Status Code
- 404 Status Code
- 413 Status Code
- 429 Status Code
- 500 Status Code

