UPS-API / api-documentation

MIT License
32 stars 19 forks source link

Too Many Requests #123

Open krcharen opened 3 weeks ago

krcharen commented 3 weeks ago

I use Paperless Document API.

When I run it in production, it reports an error.

{ "response": { "errors": [ { "code": "10429", "message": "Too Many Requests" } ] } }

The API documentation does not mention the need to limit the request frequency.How should I solve this problem?

alexeytokar commented 2 weeks ago

I guess it is duplicate for https://github.com/UPS-API/api-documentation/issues/8

nightcoding2021 commented 1 week ago

OP may be requesting a new Accesstoken each time, the documentation states that is throttled.