【发布时间】:2016-06-28 07:53:56
【问题描述】:
我最近收到此错误消息,不知道为什么。
GET gs://example.appspot.com/images net::ERR_UNKNOWN_URL_SCHEME
以下是我对存储服务的引用:
var storage = firebase.storage();
var storageRef = storage.ref();
var storageRefImgs = storageRef.child('images');
我有 Google Chrome 51,我运行的是 Windows 10。
【问题讨论】:
-
你遇到什么样的错误?
-
您的浏览器无法识别
gs://,通常是http://或https://。也许您需要扩展? -
@ShanmugapriyaD 这是我得到的错误:“GET gs://example.appspot.com/images net::ERR_UNKNOWN_URL_SCHEME”
-
@Icycool 问题出在 gs:// URL
标签: angularjs cordova ionic-framework firebase firebase-storage