我正在嘗試爲Python使用必應翻譯器API,並且由於某種原因它告訴我我有一個無效的AppID。我得到的錯誤:必應AppID無效
ArgumentException: Invalid appId
Parameter name: appId: ID=[string of 4 numbers].V2_Json.Translate.[string of 8 numbers/letters]
,我從開發中心在收到ID啓用我已經查看過,我還沒有超過使用流量。我仍然不確定什麼是錯的。如果有人能給我一個答案或解決這個問題的方法,我將不勝感激。從bingtrans example
代碼:
import bingtrans
bingtrans.set_app_id(YourAppID) # you can get your AppID at: bing.com/developers
print bingtrans.translate('hello', 'en', 'ko')
您用來設置應用程序ID的代碼在哪裏?請張貼。 – Jordan 2012-04-17 18:14:08
「import bingtrans bingtrans.set_app_id(YourAppID)#你可以通過以下網址獲取AppID:http://www.bing.com/developers/ print bingtrans.translate('hello','en','ko')」 https://github.com/bahn/bingtrans – user1339380 2012-04-17 18:25:40