Questions tagged [trelloapi]
6 questions
0
votes
0 answers
Trello API MANAGED_MEMBERS_REQUIRE_OWNEDBY_ENTERPRISE_ID error
I'm using trello API to create organization and got this error
{
"message": "MANAGED_MEMBERS_REQUIRE_OWNEDBY_ENTERPRISE_ID"
}
API call
POST https://api.trello.com/1/organizations?key=&token=&displayName="name"
Is there something…

Huy Nguyen
- 520
- 2
- 7
- 20
0
votes
0 answers
Unable to complete Trello authentication
I work on Trello API integration in my project. When I start the authentication process then I get one URL like this(https://trello.com/1/OAuthAuthorizeToken?oauth_token=). After that, I need to click on Allow button and get an access token…

Bhagirath Radadiya
- 11
- 1
0
votes
0 answers
Trello client.js won't authenticate when testing on localhost
I was attempting to work on an old(ish) project that uses the Trello API. Running the same code in a local server like when I initially developed the project now no longer works.
When I attempt to authenticate with Trello, the initial authorization…

Zachary Yaro
- 196
- 12
0
votes
1 answer
Trello get cards API corrupts links in the text
I made a script for extracting info from Trello using Tello API and python (requests library).
After some time, Trello Added more text and links formatting options (like inline, card, emmbed, etc.) and I started updating my script to parse that type…

Владислав Стадник
- 33
- 4
0
votes
0 answers
Trello automation copy card but link original
I created a custom button using Trello's automations that enables me to copy a card from one board to another. However, when this action is performed, I want the new copied card to have a comment or attachment with the link to the original card.
Is…

Chloé
- 1
- 1
0
votes
1 answer
Creating a Trello card with a solid cover color using Trello API does not set the cover?
I am testing using Postman. I have all the needed setup for accessing my own workspace, board and list. I can create cards and update them. No problem.
But, I want to set the cover of the new cards in one of the default trello card colors.
I have…

BerggreenDK
- 4,915
- 9
- 39
- 61