douluo6626 2013-09-06 14:04
浏览 64
已采纳

来自亚马逊实例的Google API调用

Am using the amazon instances to call the google shortener URL API. whenever i calls the server it returns the below error

(
    [error] => stdClass Object
        (
            [errors] => Array
                (
                    [0] => stdClass Object
                        (
                            [domain] => usageLimits
                            [reason] => rateLimitExceeded
                            [message] => Rate Limit Exceeded
                        )

            )

        [code] => 403
        [message] => Rate Limit Exceeded
    )

)

Please assist me to fix this issue.Thanks in Advance.

  • 写回答

1条回答 默认 最新

  • dongzhang4301 2013-09-06 15:00
    关注

    That error typically reflects a quota limit being exceeded, or a client sending too many unbatcheded requests at once. Unless you activate billing, your rate will be limited.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?