You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
foxmask1
7 years agoHelpful | Level 5
Avoiding RateLimit
Hi,
When I use the dropbox (python) API (for creating paper doc) after ~ 100 new doc created, the process is stucked.
When I break the process I can see this is due to a Ratelimit.
How can I avoid that behavior ?
I'm trying to migrate all my Evernote notes (~2500 documents)
And plan to create ~80-100 paper doc per day.
Doc I will automatically create (with an opensource project like IFTTT) to follow news arround several topics :-)
Regards.
- There is a limit to how many Paper documents you can create per day via the API. There isn't a way around this, so you'll need to throttle your calls accordingly. Check the RateLimitError.retry_after value for how long to wait:
https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.auth.RateLimitError.retry_after Hi, thank you for your reply.
So If the API does not allow this operation, is there a way to import a Evernote.enex file once from the web application itself ?
I did not find it but may be it's hidden somewhere :)
Regards
[Cross-linking for reference: https://github.com/dropbox/dropbox-sdk-python/issues/142 ]
I can only offer help with the API, so any questions about the Paper product itself would be better served in Find answers > Dropbox Paper or Share an idea > Dropbox Paper.
- Greg-DBDropbox StaffThere is a limit to how many Paper documents you can create per day via the API. There isn't a way around this, so you'll need to throttle your calls accordingly. Check the RateLimitError.retry_after value for how long to wait:
https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.auth.RateLimitError.retry_after- foxmask1Helpful | Level 5
Hi, thank you for your reply.
So If the API does not allow this operation, is there a way to import a Evernote.enex file once from the web application itself ?
I did not find it but may be it's hidden somewhere :)
Regards
- Greg-DBDropbox Staff
[Cross-linking for reference: https://github.com/dropbox/dropbox-sdk-python/issues/142 ]
I can only offer help with the API, so any questions about the Paper product itself would be better served in Find answers > Dropbox Paper or Share an idea > Dropbox Paper.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,915 PostsLatest Activity: 6 years agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!