Hello,
I was integrated trello into CI project.
Authorization from trello was worked properly but after authorized it will throw error like "Invalid Token" while called following method :
"https://api.trello.com/1/members/me/boards/?token=<generated token after authorize from trello account>"
Please suggest me, how can i fix it ?.
Thanks in advance
Hi @Yagnik Solanki ,
are you including the `key` parameter? You'll need both a `token` and a `key` to successfully make authenticated requests to the Trello API.
There's a good amount of documentation here, in case you missed it: https://developers.trello.com/docs/api-introduction#section--a-name-auth-authentication-and-authorization-a-
Felix
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.