Secure Share - Share Links API Reference
Status Codes
| Status | Status Code | Description |
|---|---|---|
| ShareBadTransferMethod | 400 | A bad or unsupported transfer method was specified. |
| ShareCantDeleteRoot | 400 | You cannot delete the root folder. |
| ShareExternalBucketNotVerified | 400 | An external bucket cannot be used unless it has been verified. |
| ShareFileMalicious | 400 | The file was malicious. |
| ShareIDMismatch | 400 | An ID was supplied that didn't match the associated object. |
| ShareImmutableError | 400 | Immutable {subject} ($-prefixed) cannot be modified or removed. |
| ShareLoopDetected | 400 | A folder path naming loop was detected. |
| ShareMissingPayload | 400 | An API request was submitted without a file paylod. Check the API documentation and try again. |
| ShareNameMismatch | 400 | A name was supplied that didn't match the associated object. If updating an object ty path, the name is not required. |
| ShareNoDefaultBucket | 400 | No bucket_id supplied and no default bucket. |
| ShareNotEmpty | 400 | A folder is not empty. |
| ShareParentIDDoesNotExist | 400 | The supplied parent ID does not exist. |
| SharePathContainsNonFolder | 400 | The supplied path contains a non folder part: {subject} |
| ShareTypeMismatch | 400 | You are trying to replace or update an object of one type (file, folder, etc.) to another. This is not allowed. |
| ShareUnableToScanBlocked | 400 | Configuration prevents unscannable files from being uploaded. |
| ShareUnsupportedHashes | 400 | One or more unsupported hashes were used: {subject} |
| ShareUpdatedAtMismatch | 400 | The supplied updated at timestamp didn't match the stored timestamp. Refresh your data and try again. |
| ShareVaultNotConfigured | 400 | An operation requiring vault was performed, but vault has not been configured. |
| ShareVaultPasswordDoesNotExist | 400 | No password exists on the associated object. |
| ShareVaultPasswordExists | 400 | A password already exists on the associated object. |
| ShareVaultPasswordMissing | 400 | An object is password protected and no password was provided. |
| ShareVaultPasswordNotAllowed | 400 | Encryption is not supported on an object, password not allowed. |
| ShareVaultPasswordWrong | 400 | An object is password protected and an invalid password was provided. |
| ShareVaultProblem | 400 | A vault problem was encountered. Check that your token has appropriate vault permissions. |
| ShareForbiddenFormat | 403 | The uploaded file format {subject} is not configured as an allowed format. |
| ShareForbiddenMedia | 403 | The uploaded file media type ({action}) and format ({subject}) is not allowed by configuration. |
| ShareSourceURLRejected | 403 | The provided source URL was rejected. |
| ShareTooLarge | 403 | The uploaded object exceeds the maximum configured size of {subject}. |
| ShareUploadTimedOut | 408 | The upload operation timed out. |
| SharePutObjectExists | 409 | An object with this Name already exists in this folder. |
| ShareTransferFailed | 503 | A temporary error occurred while handling an object. |
Was this article helpful?