Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.data.makeTableDownloadUrl
Stay organized with collections
Save and categorize content based on your preferences.
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThis function generates a download URL for a table using a provided document ID and token.\u003c/p\u003e\n"],["\u003cp\u003eThe output is a string containing the URL for downloading the table data.\u003c/p\u003e\n"],["\u003cp\u003eYou need to input a DownloadId object that contains the table download ID and token to use this function.\u003c/p\u003e\n"]]],[],null,["# ee.data.makeTableDownloadUrl\n\n\u003cbr /\u003e\n\nCreate a table download URL from a docid and token.\n\n\u003cbr /\u003e\n\nReturns the download URL.\n\n| Usage | Returns |\n|------------------------------------|---------|\n| `ee.data.makeTableDownloadUrl(id)` | String |\n\n| Argument | Type | Details |\n|----------|------------|--------------------------------|\n| `id` | DownloadId | A table download id and token. |"]]