When I look at google storage, the file that it’s complaining it cannot see is in fact not there.
So I guess the problem is that deploy thinks the file is there, and doesn’t push it, but it’s not there for some reason and so when it tries to move everything in the manifest from staging to live, it is missing one or more files.
Seems like what I need is a “force” option to get “gcloud app deploy” to upload files that it doesn’t think it needs to upload. But I don’t see anything like that in the docs.
From the logs…
2017-10-26 11:15:08,308 DEBUG root Skipping upload of [catalog/tours/core/pdfjs/web/images/secondaryToolbar...@2x.png]
'catalog/tours/core/pdfjs/web/images/secondaryToolbar...@2x.png’:
But
So the question is, how can I convince gcloud app deploy to not skip files?
-Joshua