Bertrand Chardon
Results
1
comments of
Bertrand Chardon
We're noticing that `OBJECT_NOT_FOUND` error as well for a Golang app deployed on AppEngine. The associated code is ```golang ctx := appengine.NewContext(r) objectName := fmt.Sprintf("%s", "/gs/"+bucketID+"/"+objectID) key, err := blobstore.BlobKeyForFile(ctx,...