Generate public download link
POST/api/v1/files/:fileId/public-link
Generate a time-limited public download link for a file. Only the file owner can generate links.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 410
- 500
Public download link generated successfully
Bad request
Unauthorized
Access denied - not the file owner
Not Found
File has been deleted and is no longer available
Internal server error