3.3.5.1.17 ReadSecureStore

Access the WOPI server's implementation of a secure store as specified in [MS-SSWPS]<79>. Note that the WOPI client is not required to implement [MS-SSWPS]. However, an understanding of the protocol and the acquisition of information that is part of the protocol is required to use ReadSecureStore.

HTTP Verb: POST

URI: HTTP://server/<...>/wopi*/files/<id>?access_token=<token>

The request message for this operation contains the following HTTP headers.

Request header

Usage

Value

X-WOPI-Override

A string specifying requested operation from the WOPI server. Required.

The string "READ_SECURE_STORE".

X-WOPI-ApplicationId

[MS-SSWPS] section 3.1.4.2 describes how a WOPI client obtains the application ID required to access a specific secure store. This value is equal to the appId element of the application element nested under the CreateApplication element. This value is required.

The value of the Application ID.

The response message for this operation can result in the following status codes.

Status code

Description

200

Success

401

Token is invalid

404

File unknown/User unauthorized

500

Server error

501

Unsupported