Create a table download URL from a docid and token.
Returns the download URL.
Usage | Returns |
---|---|
ee.data.makeTableDownloadUrl(id) | String |
Argument | Type | Details |
---|---|---|
id | DownloadId | A table download id and token. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!