Page 1 of 1

Requests quota reached

Posted: Tue Aug 04, 2015 12:39 pm
by Kinson Sa

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


Requests quota reached

Posted: Tue Aug 04, 2015 11:50 pm
by Pablo

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


Requests quota reached

Posted: Wed Aug 05, 2015 7:47 am
by Kinson Sa

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.


Requests quota reached

Posted: Wed Aug 05, 2015 7:59 am
by Serhii Kulibaba

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).


Requests quota reached

Posted: Wed Aug 05, 2015 11:07 am
by Kinson Sa

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