PowerTrello icon indicating copy to clipboard operation
PowerTrello copied to clipboard

Move-TrelloCard to another board giving error 404

Open flenwan opened this issue 3 years ago • 0 comments

Everything has worked so far such as Get-Trelloboard, Get-TrelloList, Get-TrelloCard, New-TrelloCard, and Move-TrelloCard on the same board. When adding the ToBoardName parameter I get the error below. When debugged all variables are populated:

Get-TrelloList : The remote server returned an error: (404) Not Found. At T:\trello\trello.ps1:48 char:21

  • if (-not ($list = (Get-TrelloList -BoardId $boardId).where({ $_.n ...
    
  •                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
    • FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-TrelloList

flenwan avatar Sep 17 '21 16:09 flenwan