今天,我开始收到此错误,我可以说,没有理由。这不是一致的错误。它今天随机开始。昨天工作得很好,几周没有任何错误。
我在文件中的所有内容都是file_get_contents()
。
我一直在为get_image.php
使用相同的代码一段时间,直到现在我才收到此错误。
有谁知道为什么会随机发生这种情况并不一致?
[20/Feb/2015:10:53:53 -0800] "POST /get_image HTTP/1.1" 200 149 - - "website.com" ms=296 cpu_ms=86 cpm_usd=0.000017 pending_ms=160 instance=<string> app_engine_release=1.9.18
W 13:53:53.815 PHP Warning: Cloud Storage Error: UNAUTHORIZED in /base/data/home/runtimes/php/sdk/google/appengine/ext/cloud_storage_streams/CloudStorageReadClient.php on line 310
W 13:53:53.815 PHP Warning: file_get_contents(gs://bucket/image/page_1.png): failed to open stream: "\google\appengine\ext\cloud_storage_streams\CloudStorageStreamWrapper::stream_open" call failed in /base/data/home/apps/..../get_image.php on line 10
根据Stuart Langley的帖子,暂时将其添加到您的代码中作为临时修复。
apc_delete('_ah_app_identity_:https://www.googleapis.com/auth/devstorage.read_only');
apc_delete('_ah_app_identity_:https://www.googleapis.com/auth/devstorage.read_write');
答案 0 :(得分:0)
根据斯图尔特的说法,这个错误已得到修复。您不应该随机再次无法接收此错误。