stanford-futuredata / noscope

Accelerating network inference over video
http://dawn.cs.stanford.edu/2017/06/22/noscope/
436 stars 122 forks source link

Access denied to noscope-data #47

Closed LakeCarrot closed 5 years ago

LakeCarrot commented 5 years ago

Hi,

I tried to download the dataset using gsutil , below is the bash scripts I have.

gsutil -u downloadtest-249815 cp gs://noscope-data/csvs-yolo/coral-reef-long.csv . 

However, I got the following error message,

AccessDeniedException: 403 XXX@gmail.com does not have storage.objects.list access to noscope-data.

I wonder is there anything wrong with my method? Or do I need to first get permission from somewhere else before downloading the related dataset?

Thanks, Bo

ddkang commented 5 years ago

Please try again, there was an issue with GCP on our end.

LakeCarrot commented 5 years ago

Please try again, there was an issue with GCP on our end.

It works now. Thanks!

chenzhao commented 4 years ago

Hi, I think this issue is still there. I just tried to download with my gcp account and got the same error. Any suggestions? Thanks.

➜ ~ gsutil -u videoacc cp gs://noscope-data/csvs-yolo/coral-reef-long.csv . AccessDeniedException: 403 xxxx@gmail.com does not have storage.objects.list access to noscope-data.

ddkang commented 4 years ago

I've confirmed that https://storage.googleapis.com/noscope-data/csvs-yolo/coral-reef-long.csv is public (user pays). You may need to enable a billing account on your end.

ddkang commented 4 years ago

If you are unable to attach a billing account, please email me separately and I can arrange for a download.

chenzhao commented 4 years ago

I've confirmed that https://storage.googleapis.com/noscope-data/csvs-yolo/coral-reef-long.csv is public (user pays). You may need to enable a billing account on your end.

The GCP error message is kind of misleading. It is OK with a billing account. Thanks : )