美文网首页
阿里云oss的文件无法使用URL访问,返回:This XML f

阿里云oss的文件无法使用URL访问,返回:This XML f

作者: August_129 | 来源:发表于2020-06-22 14:57 被阅读0次

问题描述

把静态文件放到阿里云oss,访问时返回一堆XML代码。

问题展示

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<RequestId>5EF02B4F765*手动马赛克*77</RequestId>
<HostId>jia*手动马赛克*test.oss-accelerate.aliyuncs.com</HostId>
<Key>ccp.html</Key>
</Error>

问题原因

读写权限设置了【私有】,私有权限对文件的所有访问操作需要进行身份验证,因此无法直接访问。

解决方法

把读写权限设置为【公共读】即可,公共读权限可以对文件进行匿名读。

解决操作

oss1.png
oss2.png

相关文章

网友评论

      本文标题:阿里云oss的文件无法使用URL访问,返回:This XML f

      本文链接:https://www.haomeiwen.com/subject/syvxfktx.html