Get signed URL to access private file
Generates signed URL that allows temporary access to a private file.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
ID of file.
\d+Query Parameters
How long in seconds the link will provide access to the file.
For image files. This will resize the image to the desired size before sharing. Does not affect the original file, just the file served by this signed URL.
icon, medium, preview, thumb If size is provided, this will upscale the image to fit the size dimensions.
Response
successful operation
Signed Url object with optional ancillary metadata of requested file
Timestamp of when the URL will no longer grant access to the file.
Extension of the requested file.
Name of the requested file.
Size in bytes of the requested file.
Type of the file. Can be IMG, DOCUMENT, AUDIO, MOVIE, or OTHER.
Signed URL with access to the specified file. Anyone with this URL will be able to access the file until it expires.
For image and video files. The height of the file.
For image and video files. The width of the file.