【发布时间】:2018-02-03 08:53:11
【问题描述】:
我在为 Azure 通知中心上传更新的 Apple 推送证书时遇到问题。它说这条路很长。
更新通知中心时出错:
{"error":{"message":"The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.","code":"InternalServerError"}}
我不明白此类错误与 Azure 服务有何关联。此问题的所有解决方案都涉及将文件夹引用更改为配置文件(Web 项目)中的较短名称。 Web 项目本身位于另一个实例上。
【问题讨论】:
-
根据您的描述,似乎是您通过 Azure Portal 上传 p12 文件时引发了错误。您的 p12 文件的名称是什么,您是否尝试创建新的通知中心来缩小此问题?
-
嗨布鲁斯。我同意该错误与上传有关。已尝试将名称更改为单个字母 a.p12,但未成功。创建一个新的通知中心也不起作用。
-
几乎看起来像是 Azure 门户端的一个错误。
标签: azure-mobile-services azure-notificationhub