Reputation: 732
In my application , I have used Vimeo API. Sometimes I get Rate Limit Exceed error.
My question is that:
In my case, if I made many requests of different kinds and this error occurred. Immediately I installed this app on another device. The other one also start getting this error.
Upvotes: 2
Views: 2125
Reputation: 732
It is app specific for unauthenticated calls if it crosses its daily limit. Like i was getting this error only when if i searched any videos but not when accessing my private videos. And for authenticated calls if you crosses its daily limit then it will be device specific. For more details: https://developer.vimeo.com/guidelines/rate-limiting
Upvotes: 2