Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Cloud Storage bucket ID

I can't find Google Cloud Storage bucket ID in my Google Play Console account. I am new to Play console. where can i find it?

I tried finding it in play console - download reports section but it isn't showing there.

like image 467
user123 Avatar asked Aug 31 '25 22:08

user123


1 Answers

You're on the right track. Here are the complete instructions:

  1. Download reports
  2. Select an app
  3. At the bottom of the page there should be a Direct report URIs

Example:

gs://pubsite_prod_58148478376/reviews

Your Cloud Storage Bucket ID should be as follows:

pubsite_prod_58148478376

Note: If you just uploaded your first application, it may take a while before the report is generated and visible.

like image 137
kawaijoe Avatar answered Sep 03 '25 12:09

kawaijoe