マイクロソフトの翻訳 API を使用したいです。しかし、以下のような新旧のものがたくさんあります。
"GET /Translate" を使用したいので 、"appid" の代わりに"Bearer" + " " + アクセス トークンを使用しました。
結果はこちら。
アクセス トークンに "" は必要ですか? いずれにせよ、うまくいきません。うーん、試しに以下のサイトを使用しています。ありがとう!
http://docs.microsofttranslator.com/oauth-token.html
http://docs.microsofttranslator.com/text-translate.html#!/default/post_TranslateArray
<html>
<body>
<h1>Argument Exception</h1>
<p>Method: Translate()</p>
<p>Parameter: appId</p>
<p>Message: Invalid appId
Parameter name: appId</p>
<code></code>
<p>message id=1446.V2_Rest.Translate.27848FC7</p>
</body>
</html>