0

当我尝试使用博客 api 发布帖子时,我收到了这个错误。但我没有超过每日限制。我使用这个 api 大约 4000 次。今天我收到这个错误。

googleapiclient.errors.HttpError: <HttpError 403 when requesting https://blogger.googleapis.com/v3/blogs/(_MY_ID_Here)/posts?isDraft=false&alt=json returned "We're sorry, but one or more limits for the requested action have been exceeded.">

4

1 回答 1

2

那天你写了多少篇博文?根据此支持票,您每天最多只能创建 100 个帖子,这会导致您收到相同的错误消息。这与您在同一天做了多少请求无关。

于 2020-10-23T07:52:17.533 回答