我已成功将文件写入Google云端存储并阅读它.将应用程序部署到appspot后,一切都很好,但是在本地运行时出现错误:
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)
......
Run Code Online (Sandbox Code Playgroud)
您是否有人知道如何从localhost访问Google云端存储文件?