I'm trying to use Element-UI's component to upload files to Firebase's Google Cloud storage. Apparently the 'action' handler won't accept the 'gs://' prefix standard to Firebase uploads. When I try it, I get this error:
XMLHttpRequest cannot load gs://.../x/y. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
Is there a way around this, or will I have to use another upload method?