{
"code" : 403,
"errors" : [ {
"domain" : "usageLimits",
"message" : "Rate Limit Exceeded",
"reason" : "rateLimitExceeded"
} ],
"message" : "Rate Limit Exceeded"
}
So, I changed the rate limit in the console from 500/100 seconds/user to 100 000/100 seconds/user.
But it did not change anything. The rate limit problems are still there.
I'm absolutely sure that I did not more than 100 000 requests / 100 seconds. In fact, I can see in the console that I did less than 100 000 request the whole day.
So, what is wrong ? Am I still stucked with 500 requests/100 seconds/user limit (even if API console displays "requests/100seconds/user:100 000" ?)
Any help would be greatly appreciated.