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 a new method for downloading attachments #352

Open
augusto-herrmann opened this issue Dec 8, 2021 · 0 comments
Open

Add a new method for downloading attachments #352

augusto-herrmann opened this issue Dec 8, 2021 · 0 comments

Comments

@augusto-herrmann
Copy link

The Trello API has changed the way they control access to attachments, e.g. a card image. Previously, you could just do an unauthenticated GET to the attachment URL and be done with it. Now, you have to get a token that is valid for 1 hour.

This Python package should implement some functionality to help download these attachments more easily. Like maybe attachment.get_authenticated_download_url() using the credentials already present in the TrelloClient object.

Please see this announcement and this thread.

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

1 participant