Skip to contents

Helper method to get the download URL for a file object.

Usage

Object.get_download_url(id, env = get_connection())

Arguments

id

The ID of the object.

env

(optional) Custom client environment.

Examples

if (FALSE) {
Object.get_download_url("1234567890")
}