I am getting
"code": 403, "message": "User Rate Limit Exceeded"
while using Google Drive API in my web app
Although the quota is 10,000 requests per 100 seconds and my average is less than 2:

How can I resolve this error? How to implement exponential backoff as the documents say?
