[[["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-09-04 UTC."],[],[],null,["# HEAD Bucket\n\nIndicates if a bucket exists and whether the requester has READ access to it.\n\nIf you make a HEAD request that's scoped to a bucket that doesn't exist, you\nwill get a [404 Not Found](/storage/docs/xml-api/reference-status) status\ncode.\n\nQuery string parameters\n-----------------------\n\nThis request does not typically include query string parameters.\n\nSee [signed URL query string parameters](/storage/docs/authentication/canonical-requests#required-query-parameters) for information on the parameters\nyou include when creating and using [signed URLs](/storage/docs/access-control/signed-urls).\n\nRequest headers\n---------------\n\nRequest body elements\n---------------------\n\nThis request does not include an XML document in the request body.\n\nRequest syntax\n--------------\n\n```\nHEAD / HTTP/1.1\nHost: BUCKET_NAME.storage.googleapis.com\nDate: DATE\nContent-Length: 0\nAuthorization: AUTHENTICATION_STRING\n```\n\nResponse headers\n----------------\n\nThe request returns standard response headers.\n\nResponse body elements\n----------------------\n\nThe response does not include an XML document in the response body. Error\nresponses to HEAD requests also do not contain a response body.\n\nExample\n-------\n\nThe following sample shows a HEAD request for a bucket named `travel-maps`.\n\n**Request** \n\n```\nHEAD / HTTP/1.1\nHost: travel-maps.storage.googleapis.com\nAuthorization: Bearer ya29.AHES6ZRVmB7fkLtd1XTmq6mo0S1wqZZi3-Lh_s-6Uw7p8vtgSwg\n```\n\n**Response** \n\n```\nHTTP/1.1 200 OK\n...\n```"]]