POST ./fisiere/public_url

It is used to create a public url for a file.

It will only work on files that have the type = 2 (fsTip = 2)

POST parameters

NameValue TypeValidationDetails
fsIDintRequiredFile/directory ID.

Validation

Error FieldError CodeError Message
fsID101Invalid fsID or access denied.
fsID102Invalid fsTip.

Output example

{
"fspToken": "2-2rKmF3uwND",
"fspUrl": "http://127.0.0.1/d/2rKmF3uwND",
"fspInsertDate": "2018-11-06 15:03:43"
}