createFileLink
Create a download link for a file
If successful, this call will return a FileLink object, which can be used to download the contents of the specified RemoteFile entry. See DownloadOptions for more details on possible options for generating a link.
For more information, see the related documentation page.
Return
See also
Parameters
target file. Must not be null.
to be used for the link generation. Must not be null.
Throws
on a null options
argument.
Create a download link for a file
If successful, this call will return a FileLink object, which can be used to download the contents of the remote file with the specified fileId
. See DownloadOptions for more details on possible options for generating a link.
For more information, see the related documentation page.
Return
See also
Parameters
the file
the options
Throws
on a null options
argument.
Create a download link for a file
If successful, this call will return a FileLink object, which can be used to download the contents of the remote file with the specified path
. See DownloadOptions for more details on possible options for generating a link.
For more information, see the related documentation page.
Return
See also
Parameters
the file
the options
Throws
on a null options
argument.