Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

TrelloAPI Permission Denied?

Asked by 8 years ago

I'm trying to hook a script up to trello to where it adds a card when I push a button. HTTPService is enabled, the bot is named correctly, Token is correct and in place, BoardID matches and there is a list to put the card under.

I'm honestly not sure why there's an issue but it says,

22:01:41.623 - HTTP 401 (HTTP/1.1 401 Unauthorized)

22:01:41.623 - Script 'Workspace.TrelloAPI', Line 613 - method AddCard

22:01:41.624 - Script 'Players.Player.PlayerGui.ScreenGui.TextButton.Script', Line 10

22:01:41.624 - Stack End

Anyone know what's wrong?

1 answer

Log in to vote
0
Answered by 8 years ago

You mite have read only token here is a link for read and right token

replace yourkey with your trello key

https://trello.com/1/authorize?key=yourkey&scope=read%2Cwrite&name=My+Application&expiration=never&response_type=token

if that don't work send me the script but remove your key and token as they are private things.

Ad

Answer this question