Generates signed URL that allows temporary access to a private file.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
ID of file.
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.
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.