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 2023-03-24 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 2023-03-24 UTC."],[[["Downloads a dataset via a `GET` request to the specified URL."],["Requires the `name` path parameter to identify the dataset for download using the format: `projects/${project}/datasets/${dataset_id}`."],["Needs authorization with the `cloud-platform` scope and the `mapsplatformdatasets.datasets.export` IAM permission on the specified dataset."],["Utilizes an empty request body and returns an empty response body upon successful completion."]]],["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"]]