gpt4 book ai didi

android - GoogleAuthUtil : Daily Limit for Unauthenticated Use Exceeded

转载 作者:行者123 更新时间:2023-11-29 00:35:09 27 4
gpt4 key购买 nike

<分区>

我正在使用 Google Client API 和 GoogleAuthUtil.class访问用户的 Google 云端硬盘帐户。

String scope = "oauth2:" + DriveScopes.DRIVE;
String token = GoogleAuthUtil.getToken(getContext(), account.name, scope);

这就是全部魔法。它工作了一整天,但几个小时后,我在发送 API 调用时收到以下消息:

com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
{
"code": 403,
"errors": [
{
"domain": "usageLimits",
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
"reason": "dailyLimitExceededUnreg",
"extendedHelp": "https://code.google.com/apis/console"
}
],
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
}

我不知道如何从控制台使用 API key 而不是 oauth2 身份验证。有两种不同的“getToken()”消息。一个有四个参数,最后一个参数的描述是:

extras: Bundle containing additional information that may be relevant to the authentication scope.

但是这些信息应该是什么样子的呢?我必须在 Bundle 中放入哪些信息?

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com