我正在尝试从已弃用的 Google Cloud Storage API迁移到 Google Cloud Storage Client Library。这将是对现有 pdf 文件的简单阅读。但是,我不断收到此错误消息的超时错误:
com.google.appengine.tools.cloudstorage.RetryHelper doRetry: RetryHelper(462.8 ms, 2 attempts, com.google.appengine.tools.cloudstorage.SimpleGcsInputChannelImpl$1@13ed7d8):
Attempt 2 failed, sleeping for 16 ms:
java.io.IOException: Could not fetch URL:
https://storage.googleapis.com/[bucket]/[object_name]
python方面也有类似的问题:
Appengine cloudstorage python库超时问题
我仍然不确定java端是否会有类似的修复。我应该获得最新的源代码并编译它吗?