我想使用https://storage.cloud.google.com/mybucket/myfile.pdf?response-content-disposition=attachment;%20filename=myfile.pdf的直接链接(这是在云端控制台中浏览GCS时创建的链接。
解决方法是https://www.googleapis.com/storage/v1beta2/b/mybucket/o/myfile.pdf?alt=media,但这显然不是一个非常漂亮的网址。
API是否已更改任何响应内容处置现在实际上是其他内容?