使用没有api密钥的goo.gl url缩短器。有哪些配额限制?

时间:2016-04-15 08:00:56

标签: goo.gl

Goo.gl很好地提到您在使用API​​密钥时限制为1.000.000。

https://developers.google.com/url-shortener/v1/getting_started

// Quotas:
By default, your registered project gets 1,000,000 requests per day for the URL Shortener API (see the Developers console for more details).

我不能找到当你没有配额限制时的限制。使用API​​密钥。

原因是,我可以使用API​​密钥,但服务器将在各种客户端之间设置,并在可以嗅探API密钥的不确定条件下进行通信。除此之外,OAuth还需要用户互动,这在自动化流程中是不可接受的(甚至可能没有用户界面)。

https://support.google.com/cloud/answer/6158857?hl=en

我的预期用量在高峰时段可能是10-20分钟,或者每天最多1000。这会不会影响goo.gl的非API限制?

0 个答案:

没有答案