gpt4 book ai didi

google-drive-api - Google Drive API - 权限 - 超出速率限制。用户消息 : Sorry, 您已超出共享配额

转载 作者:行者123 更新时间:2023-12-03 09:28:57 26 4
gpt4 key购买 nike

我一直在使用 Google Drive API 以编程方式创建和共享文档。昨天,我开始在每个插入权限的请求中收到此错误消息:

com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
{
"code" : 403,
"errors" : [ {
"domain" : "usageLimits",
"location" : "user.sharing",
"locationType" : "other",
"message" : "Rate limit exceeded. User message: \"Sorry, you have exceeded your sharing quota.\"",
"reason" : "userRateLimitExceeded"
} ],
"message" : "Rate limit exceeded. User message: \"Sorry, you have exceeded your sharing quota.\""
}

我仍然可以以编程方式创建文档,但插入权限的请求总是失败。

这是通过服务帐户完成的,其想法是服务帐户将管理应用程序的这些文档,并根据需要与授权用户共享。

插入大约 50-100 个权限后,错误开始发生。我做了一些研究,听起来 Google Drive API 中可能有一个“功能”,它限制了可以插入的权限数量。有没有办法绕过这个限制?

更新:

作为记录,我每天可以创建 51 个权限。创建第 52 个权限在 24 小时内始终失败。不幸的是,此限制使权限 API 对服务帐户完全无用。

最佳答案

正如@zdegenr 已经说过的那样,我还体验到您每 24 小时只能创建大约 50 个权限。我可以通过禁用通过 sendNotificationEmails 发送通知电子邮件来解决这个问题。参数:https://developers.google.com/drive/v2/reference/permissions/insert .

使用此配置,我不再达到配额...

关于google-drive-api - Google Drive API - 权限 - 超出速率限制。用户消息 : Sorry, 您已超出共享配额,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29630595/

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