我正在尝试使用 Element-UI 的组件将文件上传到 Firebase 的 Google Cloud 存储。显然,“action”处理程序不会接受 Firebase 上传的“gs://”前缀标准。当我尝试它时,我收到此错误:
XMLHttpRequest cannot load gs://.../x/y. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
有没有办法解决这个问题,还是我必须使用另一种上传方法?