我可以在 Java 程序中使用没有 Api 密钥的 Google 航班 api 和免费配额(演示)吗

Can I use Google flight api without an Api Key with the free quota (demo) in Java program

我想以非生产方式使用 google 航班 api,我正在 java 开发,我知道免费配额限制为 50 req/day,但是如果搜索请求需要 Api 键,如何使用它呢?谢谢

我很确定您正在尝试使用 QPX Express API,此 API 需要您发送密钥。或来自 OAuth2 身份验证过程的访问令牌。即使是免费配额也需要这些密钥的原因是 Google 需要知道谁在点击 API,即使你说这是一种非生产方式。他们仍然需要知道是怎么做到的。

文档QPX Express API

The key parameter is required with every request, unless you provide an OAuth 2.0 token with the request.

关键参数:

key API key. (REQUIRED*)
*Required unless you provide an OAuth 2.0 token. Your API key identifies your project and provides you with API access, quota, and reports. Obtain your project's API key from the Google Developers Console.