Skip to main content

암호가 설정된 오피스 파일은 지원이 불가합니다.

암호가 설정된 오피스 파일은 Graph API, MIP SDK 모두 실패하고 있으며, 오피스 암호 + 민감도 레이블 설정된 문서에 대해 민감도 레이블 설정 여부 판단이 불가능합니다.

암호 설정된 오피스 문서에 대한 Graph API 요청 결과

Request

POST https://graph.microsoft.com/v1.0/sites/85d3a9ff-c235-454a-ab36-02b4fd1b95a7/drive/items/2EC9FDF7-C16F-45D2-89F9-62288AAE3F24/extractSensitivityLabels

Response

415 Unsupported Media Type

{
"error": {
"code": "notSupported",
"message": "Failed to extract sensitivity labels due to the nature of file's encryption.",
"innerError": {
"code": "fileDecryptionNotSupported",
"innerError": {
"code": "unknown"
},
"date": "2023-11-24T06:46:25",
"request-id": "9df7b473-f526-41d0-b291-4e71d1eb5f99",
"client-request-id": "9df7b473-f526-41d0-b291-4e71d1eb5f99"
}
}
}

암호 설정된 오피스 문서에 대한 MIP SDK 결과

GetLabelId Exception : com.microsoft.informationprotection.internal.gen.Error: FileIOError: The file has been protected using non RMS technologies, CorrelationId=a2eebb94-2aa5-4c11-b909-08cfb7c18597, CorrelationId.Description=FileEngine (GetLabelId():MIP.java:69)