material-components/material-components-android-codelabs

Image Loading

sadankhan opened this issue · 1 comments

Images are not getting loaded from the server.

Adding onto the issue: I tried running the completed MDC 102 app provided in the CodeLab, but had the same issue. The error occurred on the requested URL of the images, an example error is:

[1191] BasicNetwork.performRequest: Unexpected response code 404 for https://storage.googleapis.com/material-vignettes.appspot.com/image/0-0.jpg
...
[1192] BasicNetwork.performRequest: Unexpected response code 404 for https://storage.googleapis.com/material-vignettes.appspot.com/image/37-0.jpg

Is this a matter of authentication?