Google URL Shortener 403 Rate Limit Exceeded -


using google url shortener api, working fine till started testing @ load. started getting 403 rate limit exceeded errors google, though signed use api , comes 1,000,000 hits day. can see requests coming in on google reporting tool, , sending 403's everything. 403's started coming @ around 345/350 hits api, have been continuing hours.

thoughts?

the api limits requests 1 request / per second / per user.

a user defined unique ip address.

so if doing load testing single ip have cause rate limit issue.

https://developers.google.com/analytics/devguides/reporting/mcf/v3/limits-quotas#general_api


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -