使用 API 密钥的 Android Ispeech 休息请求失败。有什么想法吗?
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论