Any one can tell me what means "Courtesy limit", such as like 1000 queries / day, for Google's API?
任何人都可以告诉我“礼貌限制”的含义,例如每天1000次查询,对于谷歌的API?
If I am using some Google APIs in my app and give the app to users, does that "1000 requests / day Courtesy limit" apply to each user or to the overall?
如果我在我的应用程序中使用某些Google API并将应用程序提供给用户,那么“1000请求/天礼貌限制”是否适用于每个用户或整体?
I mean, if 10 users are using my app, so does each of the users can have 1000 requests / day, or each of them can have just 1000/10 = 100 requests / day?
我的意思是,如果10个用户正在使用我的应用程序,那么每个用户每天可以有1000个请求,或者每个用户每天只能有1000/10 = 100个请求?
Thanks
谢谢
1 个解决方案
#1
7
The courtesy limit is against the account/API key you are using - as each use of your application uses your API key, this courtesy limit is your and you are sharing it with your users. This means the total limit is 1000, divided amongst all your users.
礼貌限制是针对您使用的帐户/ API密钥 - 因为您的应用程序的每次使用都使用您的API密钥,此礼貌限制是您的,并且您正在与您的用户共享。这意味着总限额为1000,分配给所有用户。
edit: There is a useful API Dashboard for paid APIs
编辑:付费API有一个有用的API仪表板
#1
7
The courtesy limit is against the account/API key you are using - as each use of your application uses your API key, this courtesy limit is your and you are sharing it with your users. This means the total limit is 1000, divided amongst all your users.
礼貌限制是针对您使用的帐户/ API密钥 - 因为您的应用程序的每次使用都使用您的API密钥,此礼貌限制是您的,并且您正在与您的用户共享。这意味着总限额为1000,分配给所有用户。
edit: There is a useful API Dashboard for paid APIs
编辑:付费API有一个有用的API仪表板