Lists the linked Cloud Storage for Firebase buckets for the specified Firebase project.
HTTP request
GET https://firebasestorage.googleapis.com/v1alpha/{parent=projects/*}/buckets
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Resource name of the parent Firebase project, Authorization requires the following IAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
page |
The maximum number of buckets to return. If not set, the server will use a reasonable default. |
page |
A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
The response returned by buckets.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"buckets": [
{
object ( |
| Fields | |
|---|---|
buckets[] |
The list of linked buckets. |
next |
A token that can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/firebase
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
firebasestorage.buckets.list
For more information, see the IAM documentation.