Generates a signed URL for downloading the original zip file used to create an Archive Deployment. The URL is only valid for a limited period and should be used within minutes after generation. Each call returns a new upload URL.
HTTP request
POST https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/archiveDeployments/*}:generateDownloadUrl
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This endpoint generates a time-limited, signed URL for downloading an Archive Deployment's original zip file."],["The HTTP request method is `POST`, and the request URL includes a path parameter `name` specifying the Archive Deployment to download."],["The request body must be empty, and the response body will contain a `downloadUri` field with the signed URL to be used to retrieve the zip file."],["Authorization requires the `apigee.archivedeployments.download` IAM permission, and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]