我刚刚成功将文件写入谷歌云存储并读取它。将应用程序部署到 apppot 后一切正常,但在本地运行时出现错误:
INTERNAL_SERVER_ERROR
Caused by:java.io.IOException
at com.google.appengine.api.files.FileServiceImpl.translateException(FileServiceImpl.java:586)
at com.google.appengine.api.files.FileServiceImpl.makeSyncCall(FileServiceImpl.java:561)
......
你们中有人知道如何从 localhost 访问 Google Cloud Storage 文件吗?