如何在localhost上使用sessionStorage

时间:2017-10-18 10:22:45

标签: javascript sessionstorage

我尝试使用google api获取gmail数据,并且我正在按照本教程进行操作:

https://developers.google.com/gmail/api/quickstart/js

但是,它失败并出现以下错误:

{
    "error": "idpiframe_initialization_failed",
    "details": "sessionStorage is not available in the current environment"
}

知道为什么sessionStorage在localhost上不可用?

我在Chrome中看到此错误(常规和隐身)但在Safari(常规)中没有。

0 个答案:

没有答案