我正在尝试从已弃用的Google云端存储API 迁移到Google云端存储客户端库。它将是对现有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 library timeout issue
我仍然不确定在java方面是否会有类似的解决方案。我应该获得最新的资源并进行编译吗?