我一直在尝试使用 API 检索 SendGrid 事务模板列表。我正在使用正确的 API 密钥并获得一个空数组,而我的 SendGrid 帐户中存在大约 5 个事务模板。这是回应:
{
"templates": []
}
Run Code Online (Sandbox Code Playgroud)
猜猜可能出了什么问题吗?
我们正在运行一个连接到 Firebase 的简单应用程序读取一些数据。连接失败,出现以下超时错误:
@firebase/database: FIREBASE WARNING: {"code":"app/invalid-credential",
"message":"Credential implementation provided to initializeApp()
via the \"credential\" property failed to fetch a valid Google OAuth2 access token
with the following error: \"Failed to parse access token response: Error: Error
while making request: connect ETIMEDOUT
Run Code Online (Sandbox Code Playgroud)
我们在防火墙/代理后面,它似乎阻止了进/出 Firebase 的流量,因此连接失败。我的问题是需要打开哪些端口以及哪些目标 URL 才能使此应用程序正常工作?
任何帮助都感激不尽!