Forum Discussion
Anonymous
6 years agoNot applicable
API throttling limits? http response 429
Hi, We're using the API to automatically backup some of the reports we're having to S3 - which runs fine, however we're facing an response code 429 which should be throttling right? The scrip...
Anonymous
5 years agoNot applicable
Is there any solution for this? Having the same. Thank you!
- riupko5 years agoNew Member
I have the following workaroud and it works for my needs. Basically, I need all the reports to be backed up once weekly. I found out that PBI allows only 250 downloads per 1 hour and seems there is no way to increase this value. When exception 429 starts throwing my code goes to sleep for 1 hour and then continue doing backups.