【发布时间】:2020-02-10 23:09:12
【问题描述】:
我使用以下链接语法从谷歌驱动器一次显示大约 20 个缩略图,缩略图链接存储在数据库中,并使用 ajax POST 请求获取。我在 localhost 上对此进行测试,每次我清除缓存并重新加载时,我都会在至少一些图像上收到 403 no response from server 错误。这些图像是公开的,任何人都可以访问,并且每次访问该链接都会手动打开图像。
这是我使用的链接:
"https://lh3.googleusercontent.com/d/" + imgid + "=s500?authuser=0"
【问题讨论】:
标签: google-chrome google-drive-api