3.3.5.1.2 CheckFileInfo
Return information about the file and permissions that the current user has relative to that file.
HTTP Verb: GET
URI: HTTP://server/<...>/wopi*/files/<id>?access_token=<token>
The following HTTP header can be included with this request.
Header |
Description |
---|---|
X-WOPI-SessionContext |
The value of the <sc> URI parameter (section 2.2.3). |
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 |