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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.