Stay organized with collections Save and categorize content based on your preferences.
Use a GET object request to:
You should not use a GET object request to retrieve general object metadata, because doing so incurs charges associated with downloading the entire object. Use a HEAD object request instead.
To download an object you make a GET request that is scoped to a bucket and object. You can also use various request headers to further scope the request. The request returns the object's contents in the response body. To list an object's ACLs you make a GET request that is scoped to a bucket and object and you use the acl
query string parameter. The ACLs are returned in an XML document in the response body.
If you make a GET request for an object that doesn't exist, you get a 404 Not Found status code and the body of the error response contains NoSuchKey
in the Code
element.
The following are common request headers for GET object requests.
Header Description RequiredAuthorization
The authentication string for the request. Required for objects without public read access. Maybe Host
The URI for Cloud Storage. For more information, see Request Endpoints. Yes x-goog-user-project
The project to be billed for charges associated with the request. No
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-07 UTC.
[[["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-08-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4