HTTP response code | Error code. | Error Description |
400 | EmptyLibraryIdOrSecret | Media Library ID or Media Library Key is empty |
400 | EmptyLibrarySecret | Media Library Key is empty |
400 | EmptyLibraryId | Media Library ID is empty |
400 | NotMultiSpaceLibrary | The specified media library is not a tenant space |
400 | EmptyAccessToken | Access token is empty |
400 | EmptyPath | Path is empty |
400 | DirectoryNameLengthExceed | The directory name length exceeds the limit. Each first-level directory name cannot exceed 255 characters. |
400 | DirectoryNotAllowed | Single album media library is not allowed to create an album (directory). |
400 | DirectoryLevelExceed | Media type media library only allows creating first-level albums (directories). |
400 | EmptyFileName | The file name is empty. |
400 | FileNameLengthExceed | The file name length exceeds the limit. The longest file name cannot exceed 255 characters (including the extension). |
400 | ExtnameNotAllowed | Upload not allowed for specified extensions in this media library. |
400 | UploadToRootDirectoryNotAllowed | Multi-Album Mode media library does not support uploading files to the root directory. |
400 | CoverNotSupportedInFileLibrary | The repository does not support album covers. |
400 | CoverNotSupportedInRootDirectory | Multi-Album Mode media library does not support root directory cover. |
400 | InvalidSourceDirectory | Invalid source directory path for move/rename |
400 | InvalidSourceFile | Invalid source file path for move/rename |
400 | FileTypeNotMatched | The target file type for move/rename does not match the source file type. |
403 | InvalidAccessToken | The access token is invalid, expired, or not suitable for the designated media library. |
403 | AccessTokenNotMatchSpace | The access token is not suitable for the designated tenant space. |
403 | NoPermission | Unauthorized current operation |
403 | UploadNotBelongYou | The designated upload task does not belong to the current user. |
404 | LibraryNotFound | Media library does not exist |
404 | SpaceNotFound | Tenant space does not exist |
404 | WrongLibraryIdOrSecret | Incorrect Media Library ID or Media Library Key |
404 | DirectoryNotFound | directory does not exist |
404 | UploadNotFound | Upload task does not exist |
404 | UploadIncomplete | file upload not completed |
404 | FileNotFound | File does not exist |
404 | SourceDirectoryNotFound | Source directory for move/rename does not exist |
404 | SourceFileNotFound | Source file for move/rename does not exist |
409 | SameNameDirectoryOrFileExists | Same directory or file already exists |
451 | SensitiveContentRecognized | Sensitive content detected, upload not allowed |
500 | InternalServerError | Internal Server Error |
Feedback