You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello Folks,
I am getting an "Invalid Key" error while using the update card API for Trello. Struggling for hours but didn't get out of it. Please anyone's help in this regard will be highly appreciated.
Thanks
$headers = array('Accept' => 'application/json');
$query = array(
'idList'=>'6252a15d13bccd70352f4f97',
'name'=>'hdgsfsfsfs',
'key' => 'key',
'token' => 'token',
);
$response = Unirest\Request::put('https://api.trello.com/1/cards/6252b7287edefd75f235c747', $headers, $query);
print "<pre>";
print_r($response);
exit;
Hi @Dev Geek, you should urgently edit your post to remove the key & token. You've shared enough information for anyone to GET and PUT data on your account.
This is the trial account info nothing to worry about just shared if there is an issue with account/permission as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.