gpt4 book ai didi

java - 与 Firebase 安装服务器 API 通信时出现 Android 错误

转载 作者:行者123 更新时间:2023-12-01 09:55:14 25 4
gpt4 key购买 nike

我在应用程序启动状态日志上收到错误消息,例如

W/Firebase-Installations: Error when communicating with the Firebase Installations server API. HTTP response: [400 Bad Request: {
"error": {
"code": 400,
"message": "API key not valid. Please pass a valid API key.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "Google developers console",
"url": "https://console.developers.google.com"
}
]
}
]
}
}
]
2020-04-27 12:42:34.621 22226-23596/in.co.androidapp.g7 E/Firebase-Installations: Firebase Installations can not communicate with Firebase server APIs due to invalid configuration. Please update your Firebase initialization process and set valid Firebase options (API key, Project ID, Application ID) when initializing Firebase.

大约一周前我收到一封电子邮件,我应该更新我的 google_services.json 文件,我已经完成了 4-5 次。没有改进。它已经正常工作了大约一年。距离我在应用程序中遇到此问题仅 2-3 天。

随后,Firebase Cloud Messaging 和其他 Firebase 服务无法正常工作。我没有进行程序初始化(即使用 FirebaseOptions 对象来提供这些值),只是使用 FirebaseApp.initializeApp(this); 进行默认初始化

我试过 https://github.com/firebase/firebase-android-sdk/blob/master/firebase-installations/API_KEY_RESTRICTIONS.md

提前致谢。

最佳答案

我有同样的问题。我通过以下方式解决了它。

转到 app/build/generated/res/google-services/debug/values/values.xml

在这里您可以找到您的旧 API key 。

将 google_api_key 和 google_crash_reporting_api_key 值替换为您可以从 google-services.json 文件中找到的新值。它将在 api-key 数组下。

干杯!

关于java - 与 Firebase 安装服务器 API 通信时出现 Android 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61453640/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com