googleAPI:URL shortner在请求缩短longUrl时出错



嗨,我已经使用谷歌shortner一个月了&已经尝试将url缩短近50倍&成功。但今天,当我尝试为同一任务缩短url时,它显示了错误

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." } 
 }

我不明白它是什么???我已经注册了&使用shortner服务一个月。请帮我解决这个问题

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

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

希望这能有所帮助。

相关内容

  • 没有找到相关文章

最新更新