googleAPI:URL缩短程序会因请求缩短长Url而出错

时间:2015-03-20 15:35:34

标签: google-api google-url-shortener

您好我一直使用谷歌缩短一个月&尝试将网址缩短近50倍&成功了。但今天当我尝试缩短同一任务的网址时,它显示错误

object(stdClass)#9 (1) { 
["error"]=> object(stdClass)#11 (3) { 
["errors"]=>  array(1) { [0]=> object(stdClass)#12 (4) { 
["domain"]=> string(11) "usageLimits" 
["reason"]=> string(23) "dailyLimitExceededUnreg" 
["message"]=> string(76) "Daily Limit for Unauthenticated Use Exceeded.         Continued use requires signup." 
["extendedHelp"]=> string(36) "https://code.google.com/apis/console" } 
} 
["code"]=> int(403) 
["message"]=> string(76) "Daily Limit for Unauthenticated Use Exceeded.   Continued use requires signup." } 
 }

我无法理解它是什么? 我已经注册了&使用短期服务一个月。请帮我解决这个问题

1 个答案:

答案 0 :(得分:0)

Google限制未应用API密钥的开发人员的服务量。只需转到开发人员控制台,应用密钥,然后在代码中使用它。

我发现Google url short API支持ANONYMOUS用户大约三到四百次重定向服务。之后,您必须通过https://console.developers.google.com/注册开发人员帐户,正确设置,获取指定的API密钥,并在代码中使用它。

希望这有帮助。