I'm currently integrate Google+ API to my service. I'd like to know what's the limitation for this kind of api: https://www.googleapis.com/plus/v1/people/{user_id}/activities/public
in google develop console, I found this: Quota summary
Free quota 10,000 requests/day
Remaining 9,998 requests/day
99.98% of total
Per-user limit
5 requests/second/user
I think there will be two kind of limitation:
Application level
For example, how many requests can an app send per day(sum of the number for all users), and what's the max qps?
User level
For example, how many requests can an app send per day for a special user, and what's the max qps?
But I can't find the exactly info, does anyone know?
Can't say particularly about this API, but when I used Google Places api the quota was linked with IP address.
So if it expired, we need to use different IP for hit.
No user / application quota.