Stay organized with collections
Save and categorize content based on your preferences.
To list a bucket's ACLs you make a GET request that is scoped to a bucket and
you use the acl query string parameter. The ACLs are returned in
an XML document in the response body.
[[["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."],[],[],null,["# Get bucket ACLs\n\nTo list a bucket's ACLs you make a GET request that is scoped to a bucket and\nyou use the `acl` query string parameter. The ACLs are returned in\nan XML document in the response body.\n\nQuery string parameters\n-----------------------\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\nSee [common request headers](/storage/docs/xml-api/get-bucket#request-headers).\n\nRequest body elements\n---------------------\n\nThis request does not include an XML document in the request body.\n\nRequest syntax\n--------------\n\nThe following syntax applies to GET Bucket requests that use the\n`acl` query string parameter. \n\n```\nGET /?acl 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 can return a variety of response headers depending on the request headers you use.\n\nResponse body elements\n----------------------\n\nThe following response body elements are applicable only if you use the\n`acl` query string parameter to list a bucket's ACLs."]]