I'm using this project from GitHub "steelejay/LowkeySpeech", to parse voice to text. After getting key, I tried to test it, but for over a year and I encounter with the following error:>> Error uploading file error: System.Net.WebException: The remote> server returned an error: (403)> Forbidden. at> System.Net.HttpWebRequest.EndGetResponse> (System.IAsyncResult asyncResult)> [0x00058] in><3845a180c26b4889bc2d47593a665814>:0 > at> System.Net.HttpWebRequest.GetResponse> () [0x0000e] in><3845a180c26b4889bc2d47593a665814>:0 > at SpeechRecognizer.HttpUploadFile> (System.String url, System.String> file, System.String paramName,> System.String contentType) [0x000a1]> in G:\X\Assets\Scripts\seer.cs:172 > UnityEngine.Debug:Log(Object)> seer:HttpUploadFile(String, String,> String, String) (at> Assets/Scripts/seer.cs:183)> seer:OnGUI() (at> Assets/Scripts/seer.cs:112)
How to fix it?
↧