使用 API 密钥的 Android Ispeech 休息请求失败。有什么想法吗?

发布于 2025-01-07 13:38:28 字数 987 浏览 0 评论 0原文

我的 API 密钥有问题(我正在使用 Mobile Production 与 iSpeech SDK(免费)(适用于 Android)和 REST 客户端)。我收到此 API 密钥错误:

"result=error&code=1&message=Invalid+API+key+or+key+not+provisioned+for+use+on+this+production+server.+Please+check+your+key+settings+at%3a+http%3a%2f%2fwww.ispeech.org%2f"

但是当我使用 "developerdemokeydeveloperdemokey" 而不是我的 API 密钥时,它运行良好。你能帮我一下吗?

在manifest.xml中:

<activity android:name="org.ispeech.iSpeechFramework" android:theme="@android:style/Theme.Translucent" />
        <meta-data android:name="ispeech_api_key" android:value="my_api_key" />
        <meta-data android:name="debug" android:value="false" />

我的请求网址:

String url="http://api.ispeech.org/api/rest?apikey=my_api_key&action=convert&text=something&voice=usenglishfemale&format=mp3&frequency=44100&bitrate=128&speed=1&startpadding=1&endpadding=1";

I have problem with the API key (I'm using Mobile Production with iSpeech SDK (free) (for Android) and REST client). I get this API key error:

"result=error&code=1&message=Invalid+API+key+or+key+not+provisioned+for+use+on+this+production+server.+Please+check+your+key+settings+at%3a+http%3a%2f%2fwww.ispeech.org%2f"

But when I used "developerdemokeydeveloperdemokey" instead of my API key it works well. Could you help me, please?

In manifest.xml:

<activity android:name="org.ispeech.iSpeechFramework" android:theme="@android:style/Theme.Translucent" />
        <meta-data android:name="ispeech_api_key" android:value="my_api_key" />
        <meta-data android:name="debug" android:value="false" />

My request url:

String url="http://api.ispeech.org/api/rest?apikey=my_api_key&action=convert&text=something&voice=usenglishfemale&format=mp3&frequency=44100&bitrate=128&speed=1&startpadding=1&endpadding=1";

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文