Method: media.download
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[[["\u003cp\u003eDownloads a dataset via a \u003ccode\u003eGET\u003c/code\u003e request to the specified URL.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ename\u003c/code\u003e path parameter to identify the dataset for download using the format: \u003ccode\u003eprojects/${project}/datasets/${dataset_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ecloud-platform\u003c/code\u003e scope and the \u003ccode\u003emapsplatformdatasets.datasets.export\u003c/code\u003e IAM permission on the specified dataset.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes an empty request body and returns an empty response body upon successful completion.\u003c/p\u003e\n"]]],["The core content describes how to download a dataset using a `GET` HTTP request to a specified URL. The URL includes a `name` path parameter identifying the dataset. The request body must be empty. A successful request yields an empty response body. This operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `mapsplatformdatasets.datasets.export` on the dataset resource. The dataset format is : `projects/${project}/datasets/${dataset_id}`.\n"],null,[]]