Skip to content

Download Files

Daniil Tsarev edited this page Mar 29, 2019 · 2 revisions

To download a file from FileStorage, use the GET request {host:port}/app-portal/api/download with the following parameters:

  • f − the ID of the corresponding FileDescriptor instance.
  • s − current session ID.

For example:

http://localhost:8080/app-portal/api/download?s=abbfb51c-715d-ced5-cc00-ee355278ea21&f=dbea7543-7761-3680-9b6c-c06f7fdb3738
Clone this wiki locally