tools: Access Denied on codelab-elements

hello,

I’m generating codelabs using claat and everything worked well but as of today I’ve started getting

<Error>
    <Code>AccessDenied</Code>
    <Message>Access denied.</Message>
    <Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object.</Details>
</Error>

when trying to access: https://storage.googleapis.com/codelab-elements/native-shim.js

can you give me some pointers please? thanks

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 10
  • Comments: 17 (2 by maintainers)

Commits related to this issue

Most upvoted comments

fixed in v2.2.5

Here a temporary work around:

To work around this problem, in your index.html file, change occurrences of:

https://storage.googleapis.com/codelab-elements

to

https://storage.googleapis.com/codelab-elements-tmp

Note the “-tmp” suffix is the only change.

Please read the conversation with Marc on Google groups : https://groups.google.com/g/codelab-authors/c/WwSdRF4bjBE/m/tA96pyWOEAAJ

@andybeeching Just rename this folder to claat-public and replace any occurence of codelab-elements here to claat-public (line 131 & 211)