Kinson Sa
Posts: 0
Joined: Sun Mar 22, 2015 9:40 pm

Requests quota reached

Dear, I use your API Express.

From today starting having this problems in some of my services created.

I do not know if it is my database or not.

Can you clarify, as it is strange, just in some of them I get this error, others are working well.

That is the message I get:

"status":403,
"uri":"https://appery.io/apiexpress-api/rest...",
"response":{
"code":"AE008",
"message":"Requests quota reached",
"status":"FORBIDDEN"

Is there any solution?? Maybe is that exceed the returns? Is there a maximum returned data??

Thanks in advance

Pedro

Pablo
Posts: 0
Joined: Thu Dec 25, 2014 4:29 pm

Requests quota reached

Hello Pedro

Seems to be that the change of last sunday broke this.
I had a table with 221 rows and everything was working fine.
Try to just select 100 (or less) rows and it will work, but im guessing that's not what we need....

I sent a ticket and they are looking at this.

Hope to get this solve soon!

Thanks

Pablo Sans

Kinson Sa
Posts: 0
Joined: Sun Mar 22, 2015 9:40 pm

Requests quota reached

ok, thanks. That happens to me with other api solution, and was so good that with api express this not happend, that is why I change. Hope they can fix that.

Thanks we will wait.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Requests quota reached

Hello,

There are limits of the response size (100kb) and amount of items (100).
You should change your SQL request according to these limitations (create pagination).

Kinson Sa
Posts: 0
Joined: Sun Mar 22, 2015 9:40 pm

Requests quota reached

Thanks, anyway this does not happend at the beggining. Not good idea. It is a lot of working. It is very low size and items. For company app is not good.

Thanks

Pedro

Return to “Issues”