/api/utils/file/:path

This method returns file from filesystem by given absolute path.

File system access must be allowed in domain settings.

Resource Information

Request Parameters

Parameters

Detail

Example

path

Absolute path of requested file.

C:\path\to\file.PDF

Sample request

curl -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\"" https://service.belladati.com/api/utils/file/C:\path\to\file.PDF

Next steps

  • No labels