App Engine:远程实施失败

时间:2019-02-20 03:33:32

标签: google-app-engine google-cloud-platform lumen

我已经按照App Engine标准部署了lumen项目,使用Firebase将图像上传到Cloud Storage,并使用App Engine图像服务功能来提供这些图像, 但是使用以下代码:

public function __invoke(Request $request)
{
  $options = ['size' => 400, 'crop' => true];

  $image_file = "gs://test-195303.appspot.com/test/vintage.png";


  return CloudStorageTools::getImageServingUrl($image_file, $options);

}

我收到此错误

远程实施blobstore.CreateEncodedGoogleStorageKey失败

这是我的app.yaml

runtime: php72

env_variables:
  APP_ENV: production
  APP_DEBUG: false
  APP_KEY: base64:sEA8UoDNfp0RMKCxxKInq0PGbBSTidavQuP4c2ikJ78=

0 个答案:

没有答案