使用伪名称来保护隐私。
我的代码是:
bitmap = ImageOperations(ImageViewer.this, url, "image.jpg");
其中url类似于:
我正在使用AWS S3查询字符串请求身份验证替代方案来下载文件。
我加载了一个下载图像并在ImageView中显示位图的活动。
For the first time, it loads fine and there is a bitmap.
For the second time, it loads and I get null.
For the third time, it loads fine and there is a bitmap.
For the fourth time, it loads and I get null.
这种交替行为非常一致。以前有人经历过这个,知道发生了什么吗?
我已经尝试了一个带有无保留禁止策略的存储桶,您无需身份验证即可直接下载,并且它始终有效。