Cors 在storage.googleapis.com上设置访问控制允许凭据=true?

Cors 在storage.googleapis.com上设置访问控制允许凭据=true?,cors,google-cloud-storage,Cors,Google Cloud Storage,我正在尝试在我的storage.googleapis.com bucket上设置CORS headerAccess Control Allow Credentials=true。原因是我无法控制XHR参数,其中whithCredentials=true 我能够正确设置Access Control Allow Origin标题,但在谷歌云存储文档中找不到任何关于特定标题Access Control Allow Credentials的说明 https://cloud.google.com/stor

我正在尝试在我的storage.googleapis.com bucket上设置CORS header
Access Control Allow Credentials=true
。原因是我无法控制XHR参数,其中
whithCredentials=true

我能够正确设置
Access Control Allow Origin
标题,但在谷歌云存储文档中找不到任何关于特定标题
Access Control Allow Credentials
的说明

https://cloud.google.com/storage/docs/cross-origin 
https://cloud.google.com/storage/docs/configuring-cors 
https://cloud.google.com/storage/docs/xml-api/put-bucket-cors 

您知道这是否可能以及如何实现吗?

正如您已经提到的,您可以配置您的bucket来支持,但是,目前在Google云存储(GCS)中,您只能支持缓存控制、内容处置、内容编码、内容语言、内容语言和自定义元数据

您可能需要在中创建一个功能请求以实现此目的


作为一种可能的解决方法,您可能希望使用GCS可用的任何选项

是否有任何原因导致此问题被否决??!因为我也有同样的问题。。。否决这项议案的人。。照亮我!