Skip to content

Move-TrelloCard to another board giving error 404 #25

@flenwan

Description

@flenwan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions