-
Notifications
You must be signed in to change notification settings - Fork 72
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
Attachment Not Working #45
Comments
I could have added by using AddFILEAttachment() method after adding a Card. But there is another problem is getting ID of Card I added. Because I need this ID for adding an attachment after. card := &trello.Card{ ID: "aaaaa" .....} . command does not work |
Thanks for the report. I'll take a look this week. |
Having the same issue. Any update? |
I was able to investigate. The |
@adlio great work with the trello client 🙌 Do you think this issue is the same with I stumbled across the same problem when I use This is a bummer because with this approach adding multiple labels will require multiple requests (greater chance of a failure), but definitely not a roadblock. |
Hi all
Thanks for this good working but examples are missing. I am trying to add a card with attachment. I did it without any error but no attachment on Trello.
The text was updated successfully, but these errors were encountered: