Information on this page is only applicable to M-Files (server) version 11.2.4320.57
and higher.
Download shared file
/sharedlinks/(VaultGUID)/(SharePublicAccessKey)/content
Retrieves the (file) content of a given shared link. Note that authentication is not required to access this endpoint; provided the vault GUID and access token are valid and not expired, the endpoint will return the shared file’s content.
Methods
GET
Output: | Stream: application/octet-stream |
Returns 200
with the file contents if the key is valid, or a 500
status code if the key is invalid.