我正在创建一个 chrome 扩展程序,我想在其中使用 google drive api。
除了由于 content_security_policy,我无法在我的代码中调用远程脚本。
这是错误: 错误 “content_security_policy.extension_pages”:必须指定 CSP 指令“object-src”(显式或通过“default-src”隐式指定)并且必须仅将安全资源列入白名单。 无法加载清单。
我尝试了很多不同的 content_security_policies 但没有任何效果。 这是访问 google drive api 的最佳方式还是我应该做其他事情?
预先感谢您的帮助