Confirm a shared upload completed
PATCH/api/v1/shares/:shareId/files/:fileId
Requires a valid safebucket_share_token cookie if the share is password-protected. Required for storage providers without bucket-notification support, analogous to the authenticated file-confirm flow.
Request
Responses
- 204
- 403
- 404
- 409
Upload confirmed
File does not belong to this share (SHARE_FILE_NOT_IN_SHARE)
File not found (FILE_NOT_FOUND, FILE_NOT_IN_STORAGE)
File is not awaiting upload confirmation (INVALID_FILE_STATUS_TRANSITION)