I have been using codelabs for creating tutorials. https://github.com/googlecodelabs
I use the claat tool to generate the tutorial from an md file.
Since the past few days I have noticed my codelabs have stopped rendering. It appears like the css and js files which were served through storage.googleapis.com are removed. Any idea how to fix this problem?
Tried accessing the css and js files directly https://storage.googleapis.com/codelab-elements/codelab-elements.css It gives an error
Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).
I know this is the problem but dont know how to fix it.