Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API rate limit support #5

Open
davidchchang opened this issue Feb 5, 2019 · 1 comment
Open

Add API rate limit support #5

davidchchang opened this issue Feb 5, 2019 · 1 comment

Comments

@davidchchang
Copy link

This has been a very useful tool for exporting a small number of Quip documents, but I found if you have a significant number of folders and subfolders, I would frequently be throttled by the Quip platform. It would be ideal if rate limiting was baked in (they seem to rate limit at around 50 calls per minute, but this may vary per account) so requests would not fail with a 503.

@sonnenkern
Copy link

Please, look at this package: https://github.com/sonnenkern/quip-export
I've succsessfully solved the HTTP 503 "Over Rate Limit" problem. If the application receives the 503-answer from API, the workflow just wait, and repeat the query, wenn it is possible. The data is not being lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants