Getting access to buckets in measurementlab data

104 views
Skip to first unread message

Tommie Jones

unread,
Apr 7, 2026, 8:21:20 AM (4 days ago) Apr 7
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.

Here is the error I get
Screenshot 2026-04-05 at 1.47.21 PM.png

--

Roberto D'Auria

unread,
Apr 7, 2026, 10:09:23 AM (4 days ago) Apr 7
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.

Hope this helps!

-Roberto
Reply all
Reply to author
Forward
0 new messages