I have been working on an app for Google Glass. The project was working fine until couple of days ago. Now it is giving an error and upon checking it I found I have exceeded my quota for the day.
Error below:
Uncaught exception from servlet
com.google.api.client.googleapis.json.GoogleJsonResponseException: 403
{
"code" : 403,
"errors" : [ {
"domain" : "usageLimits",
"message" : "Daily Limit Exceeded",
"reason" : "dailyLimitExceeded"
} ],
"message" : "Daily Limit Exceeded"
}
at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)
Now the issues is, even after a day from the time it said I have expired my quota, I still continue to see the same error.
Is there any total usage cap on the Mirror API?
How can I increase the daily usage limit?