Home  >  Q&A  >  body text

java - 上传图片后为什么下载不了?

java上传图片之后,我自己用七牛的测试域名+文件名生成了一个下载链接,但是打开这个链接的时候,提示下载令牌未指定,
这是java代码

这是上传并生成的图片链接地址

这是浏览器访问时给的error提示

对了, 我的空间是私有的空间

PHP中文网PHP中文网2741 days ago351

reply all(2)I'll reply

  • 高洛峰

    高洛峰2017-04-18 09:31:47

    Looking at the error message returned, it should be that when downloading images, you also need to bring a download token as an identifier. Did you not bring it? It is also recommended to use NetEase Video Cloud, it feels good

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 09:31:47

    You can go to Qiniu backend to check the address of the file.
    I remember the last time I wrote code, the return value didn’t seem to be exactly equal to the image address

    reply
    0
  • Cancelreply