Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google plus 澄清Google Plus API配额_Google Plus_Quotas - Fatal编程技术网

Google plus 澄清Google Plus API配额

Google plus 澄清Google Plus API配额,google-plus,quotas,Google Plus,Quotas,区别于Google+API和Google+API(登录)。这里的确切区别是什么,即后者指的是什么具体的调用 (登录配额显示为每个用户每秒的数量,如果只是单个用户登录,这似乎太多了。我猜这是一个任意值。)需要授权https://www.googleapis.com/auth/plus.login范围属于“Google+API(登录)”配额。所有其他Google+方法都属于“Google+API”配额 “Google+API(“登录”)配额包括以下方法: 人物列表 人们,去吧 插入 等等,移开 时

区别于
Google+API
Google+API(登录)
。这里的确切区别是什么,即后者指的是什么具体的调用


(登录配额显示为每个用户每秒的数量,如果只是单个用户登录,这似乎太多了。我猜这是一个任意值。)

需要授权
https://www.googleapis.com/auth/plus.login
范围属于“Google+API(登录)”配额。所有其他Google+方法都属于“Google+API”配额

“Google+API(“登录”)配额包括以下方法:

  • 人物列表
  • 人们,去吧
  • 插入
  • 等等,移开
  • 时刻表
谷歌+API配额: -所有其他方法


嘿,我现在使用Google+API配额发送所有请求,但没有登录。它的限制非常小。我使用的服务带有我的开发者密钥:
service=apiclient.discovery.build(service\u name,service\u version,developerKey=API\u key)
。我不知道如何使用配额的登录版本。我正在跟踪页面并获取评论、+1和重新共享。我想使用+1和重新共享的登录配额(people.list API调用)。