trello-full-backup icon indicating copy to clipboard operation
trello-full-backup copied to clipboard

Python script to backup everything from Trello: boards, lists, cards and attachments

Results 29 trello-full-backup issues
Sort by recently updated
recently updated
newest added

There are many cards which are present in the board's $NAME_full.json backup, but don't get their own card.json file, and their attachments aren't downloaded. The problem is here: ``` cs...

I get this error when I try to run the script: ``` Traceback (most recent call last): File "main.py", line 232, in org_boards_data['me'] = requests.get(my_boards_url).json() File "/usr/local/lib/python3.5/site-packages/requests/models.py", line 826, in...

The HTTP request to the API sometimes gives an error response, with an HTML body. You're currently calling .json() on the Response object, which gives a JSONDecodeError, and hides the...

I was facing the problem below when downloading the card attachments using the trello-full-backup python script provided by this repo: > unauthorized permission requested After debugging the application a little...

增加-s参数: [SPECIFY_BOARD] 为 指定board的名称 -s [SPECIFY_BOARD], --specify-board [SPECIFY_BOARD] Backup specific board. If -m or -o args specified, do not specify -s args. 传入-s参数时不能同时传入-m或者-o参数。

All downloaded files have 33 bytes in size and in-openable. The file extensions are correct, they seem to be just text files with a text: "unauthorized permission requested".

I am currently not able to give this project proper attention and maintenance effort, and would then like to archive the repo. cc @felixchenier @Drixs @garmann @OliPlus @bmihelac since you...

Good morning Jeremy I first want to thank you for this very solid program to make Trello backups. I was increasingly fearing a catastrophic failure since I always have more...

Regex updated to replace restricted window's chars from file path before saving.

I try to get the script running under a Debian subsystem running below Win10. I sadly get this error and have no idea what to do about. Backing up to:...

bug