由于谷歌正在关闭它的 url 缩短服务,我想将我的项目移动到 FDL。
我正在使用 api 来缩短以下网址: https ://firebase.google.com/docs/dynamic-links/rest#create_a_short_link_from_a_long_link
我正在使用 Postman 调用 api,但我不断收到此错误。
{
"error": {
"code": 400,
"message": "Your project has not configured Dynamic Links. [https://firebase.google.com/docs/dynamic-links/rest#before_you_begin]",
"status": "INVALID_ARGUMENT"
}
}
我正在使用正确的 api 密钥和项目 ID。