java上传图片之后,我自己用七牛的测试域名+文件名生成了一个下载链接,但是打开这个链接的时候,提示下载令牌未指定,
这是java代码
这是上传并生成的图片链接地址
这是浏览器访问时给的error提示
对了, 我的空间是私有的空间
高洛峰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
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