[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eDisplay & Video 360 API v2 is sunset and media can be downloaded using the provided URI.\u003c/p\u003e\n"],["\u003cp\u003eDownload requests require the \u003ccode\u003ealt=media\u003c/code\u003e query string and an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful downloads return a Media instance; authorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThe download URI utilizes gRPC Transcoding syntax and includes a resourceName path parameter.\u003c/p\u003e\n"]]],["The content details the process of downloading media using the Display & Video 360 API, version 2 (now sunset). It outlines the `GET` request to `/download/{resourceName=**}?alt=media`, which downloads media. `resourceName` is a required path parameter, representing the media's name. The request body should be empty. A successful response returns a `Media` object. The `alt=media` query string is mandatory. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"],null,["# Method: media.download\n\n| Display \\& Video 360 API v2 has sunset.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDownloads media. Download is supported on the URI `/download/{resourceName=**}?alt=media.`\n\n**Note** : Download requests will not be successful without including `alt=media` query string.\n\n### HTTP request\n\n`GET https://displayvideo.googleapis.com/download/{resourceName=**}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------|---------------------------------------------------------------------------------------|\n| `resourceName` | `string` Name of the media that is being downloaded. See `ReadRequest.resource_name`. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Media](/display-video/api/reference/rest/v2/Media).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]