TrelloExport 1.9.82
Fix 403 errors
Improved error handling, extending the retry logic to 403 errors. If you have a board with many cards this version should help you getting them exported.
Important: it is strongly suggested NOT to select all cards in "Export Columns", but to select as few fields as possible: this will greatly help in avoiding errors and getting all of your cards exported.
In detail:
- fix error 403 in loading many cards: added automatic retry with exponential backoff for 403 errors
- optimize API requests: only request checklists/attachments/comments when needed based on selected columns
- removed unnecessary API parameters (organization_fields, membersInvited) that could trigger 403
- reduced member_fields from 'all' to 'fullName,username'
Feedback
Your feedback is always welcome. If you have any problem please open an issue on GitHub, I'll do my best to fix it quickly.
Donate?
If you wish to support the development of this tool, like Richard did (thanks again!), you can make a donation.
Download
You can now get TrelloExport from the Chrome Web Store at this URL.
If you want the source version, get them on GitHub at https://github.com/trapias/trelloExport, and follow the installation instructions in this post.