You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dis...@measurementlab.net
How would I go about getting access to the measurement lab buckets for the raw ndt7 files. Its strange that I can access them through the browser but I cant through gcloud.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tommie Jones, dis...@measurementlab.net
Hi Tommie,
The archive-measurement-lab GCS bucket is publicly accessible, so you can read its contents directly without any special permissions. The error you're seeing (`storage.buckets.list`) happens when trying to list all buckets in the project, which is a different operation.
You can list the content of the bucket directly by path:
gsutil ls gs://archive-measurement-lab/ndt/ndt7/
or with the gcloud CLI:
gcloud storage ls gs://archive-measurement-lab/ndt/ndt7/
You can browse the raw NDT7 data under gs://archive-measurement-lab/ndt/ndt7/YYYY/MM/DD/. No additional permissions are needed.