Access Denied error when downloading model 345M
I get the following error when downloading model 345M using download_model.py:
<Error>
<Code>AccessDenied</Code>
<Message>Access denied.</Message>
<Details>Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket.</Details>
</Error>
Manually opening https://storage.googleapis.com/gpt-2 in the browser produces the same error. All links in this comment also produce the same error.
I am using download_model.py in Google Colab.
I tried to download the link in a different browser with empty cash and I get the same mistake.
I also cannot download any models from https://storage.googleapis.com/gpt-2.
Moved to azure see the latest commit
The new azure address is not work either and gives the PermissionError: [Errno 13] Permission denied error.
go to the openai repo for this and copy the download_model.py from there and use that script instead it does the same thing just with the new setup they have