我正在使用来自 ASP.NET 网站的 Google URL Shortener。它在我的本地主机上运行良好,但在测试服务器上出现以下错误:
System.Net.WebException: The remote server returned an error: (403)
Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at GoogleUrlShortnerApi.Shorten(String url)
我正在使用此处显示的确切代码: http ://www.jphellemons.nl/post/Google-URL-shortener-API-%28googl%29-C-sharp-class-C.aspx
难道密钥只能在我的本地计算机上工作,而不能在任何其他计算机上工作?我已经获得了另一个密钥(使用另一个 Google 帐户),但是这个密钥在我的本地计算机和测试服务器上都给了我相同的错误 (403)。